Class: Kaltura::FlavorAssetWithParams
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::FlavorAssetWithParams
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#entry_id ⇒ Object
Returns the value of attribute entry_id.
607 608 609 |
# File 'lib/kaltura/kaltura_client.rb', line 607 def entry_id @entry_id end |
#flavor_asset ⇒ Object
Returns the value of attribute flavor_asset.
605 606 607 |
# File 'lib/kaltura/kaltura_client.rb', line 605 def flavor_asset @flavor_asset end |
#flavor_params ⇒ Object
Returns the value of attribute flavor_params.
606 607 608 |
# File 'lib/kaltura/kaltura_client.rb', line 606 def flavor_params @flavor_params end |