Class: Kaltura::KalturaThumbAsset
- Inherits:
-
KalturaAsset
- Object
- KalturaObjectBase
- KalturaAsset
- Kaltura::KalturaThumbAsset
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
The height of the Flavor Asset.
-
#status ⇒ Object
The status of the asset.
-
#thumb_params_id ⇒ Object
The Flavor Params used to create this Flavor Asset.
-
#width ⇒ Object
The width of the Flavor Asset.
Attributes inherited from KalturaAsset
#actual_source_asset_params_ids, #created_at, #deleted_at, #description, #entry_id, #file_ext, #id, #partner_data, #partner_description, #partner_id, #size, #tags, #updated_at, #version
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#height ⇒ Object
The height of the Flavor Asset
5644 5645 5646 |
# File 'lib/kaltura_client.rb', line 5644 def height @height end |
#status ⇒ Object
The status of the asset
5647 5648 5649 |
# File 'lib/kaltura_client.rb', line 5647 def status @status end |
#thumb_params_id ⇒ Object
The Flavor Params used to create this Flavor Asset
5638 5639 5640 |
# File 'lib/kaltura_client.rb', line 5638 def thumb_params_id @thumb_params_id end |
#width ⇒ Object
The width of the Flavor Asset
5641 5642 5643 |
# File 'lib/kaltura_client.rb', line 5641 def width @width end |