Class: WscSdk::Endpoints::Transcoders

Inherits:
WscSdk::Endpoint show all
Defined in:
lib/wsc_sdk/endpoints/transcoders.rb

Overview

An endpoint to manage Transcoders

Examples:

Usage: Listing Transcoders

# View the WscSdk::Client documentation for how to establish a client instance.
list = client.transcoders

list.each do |id, transcoder|
  puts "#{id}: #{transcoder.name}"
ends

Instance Attribute Summary

Attributes inherited from WscSdk::Endpoint

#client, #parent_path

Method Summary

Methods inherited from WscSdk::Endpoint

actions, #build, #create, #create_path, #delete, #delete_path, #find, #find_path, #handle_json_error, #initialize, #list, #list_path, model_action, model_class, #model_name_plural, #model_name_singular, #model_path, #refresh, #transform_list, #transform_model, #update, #update_path

Methods included from Loggable

#logger, #logger=

Constructor Details

This class inherits a constructor from WscSdk::Endpoint