Class: Kaltura::KalturaPlayerDeliveryType
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPlayerDeliveryType
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#flashvars ⇒ Object
Returns the value of attribute flashvars.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#min_version ⇒ Object
Returns the value of attribute min_version.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#flashvars ⇒ Object
Returns the value of attribute flashvars.
4825 4826 4827 |
# File 'lib/kaltura_client.rb', line 4825 def flashvars @flashvars end |
#id ⇒ Object
Returns the value of attribute id.
4823 4824 4825 |
# File 'lib/kaltura_client.rb', line 4823 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
4824 4825 4826 |
# File 'lib/kaltura_client.rb', line 4824 def label @label end |
#min_version ⇒ Object
Returns the value of attribute min_version.
4826 4827 4828 |
# File 'lib/kaltura_client.rb', line 4826 def min_version @min_version end |