Class: Kaltura::KalturaFlavorAssetWithParams
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaFlavorAssetWithParams
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#flavor_asset ⇒ Object
Returns the value of attribute flavor_asset.
-
#flavor_params ⇒ Object
Returns the value of attribute flavor_params.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#entry_id ⇒ Object
Returns the value of attribute entry_id.
1749 1750 1751 |
# File 'lib/kaltura_client.rb', line 1749 def entry_id @entry_id end |
#flavor_asset ⇒ Object
Returns the value of attribute flavor_asset.
1747 1748 1749 |
# File 'lib/kaltura_client.rb', line 1747 def flavor_asset @flavor_asset end |
#flavor_params ⇒ Object
Returns the value of attribute flavor_params.
1748 1749 1750 |
# File 'lib/kaltura_client.rb', line 1748 def flavor_params @flavor_params end |