Class: Kaltura::KalturaAssetParamsOutput
- Inherits:
-
KalturaAssetParams
- Object
- KalturaObjectBase
- KalturaAssetParams
- Kaltura::KalturaAssetParamsOutput
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#asset_id ⇒ Object
Returns the value of attribute asset_id.
-
#asset_params_id ⇒ Object
Returns the value of attribute asset_params_id.
-
#asset_params_version ⇒ Object
Returns the value of attribute asset_params_version.
-
#asset_version ⇒ Object
Returns the value of attribute asset_version.
-
#format ⇒ Object
The container format of the Flavor Params.
-
#ready_behavior ⇒ Object
Returns the value of attribute ready_behavior.
Attributes inherited from KalturaAssetParams
#created_at, #description, #id, #is_system_default, #media_parser_type, #name, #partner_id, #remote_storage_profile_ids, #required_permissions, #source_asset_params_ids, #source_remote_storage_profile_id, #system_name, #tags
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#asset_id ⇒ Object
Returns the value of attribute asset_id.
6300 6301 6302 |
# File 'lib/kaltura_client.rb', line 6300 def asset_id @asset_id end |
#asset_params_id ⇒ Object
Returns the value of attribute asset_params_id.
6298 6299 6300 |
# File 'lib/kaltura_client.rb', line 6298 def asset_params_id @asset_params_id end |
#asset_params_version ⇒ Object
Returns the value of attribute asset_params_version.
6299 6300 6301 |
# File 'lib/kaltura_client.rb', line 6299 def asset_params_version @asset_params_version end |
#asset_version ⇒ Object
Returns the value of attribute asset_version.
6301 6302 6303 |
# File 'lib/kaltura_client.rb', line 6301 def asset_version @asset_version end |
#format ⇒ Object
The container format of the Flavor Params
6305 6306 6307 |
# File 'lib/kaltura_client.rb', line 6305 def format @format end |
#ready_behavior ⇒ Object
Returns the value of attribute ready_behavior.
6302 6303 6304 |
# File 'lib/kaltura_client.rb', line 6302 def ready_behavior @ready_behavior end |