Class: Livepeer::Operations::TranscodeResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- Livepeer::Operations::TranscodeResponse
- Extended by:
- T::Sig
- Defined in:
- lib/sdk/models/operations/transcode.rb
Instance Method Summary collapse
-
#initialize(content_type: nil, status_code: nil, raw_response: nil, task: nil) ⇒ TranscodeResponse
constructor
A new instance of TranscodeResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(content_type: nil, status_code: nil, raw_response: nil, task: nil) ⇒ TranscodeResponse
Returns a new instance of TranscodeResponse.
27 28 29 30 31 32 |
# File 'lib/sdk/models/operations/transcode.rb', line 27 def initialize(content_type: nil, status_code: nil, raw_response: nil, task: nil) @content_type = content_type @status_code = status_code @raw_response = raw_response @task = task end |