Class: Kaltura::KalturaPlayerEmbedCodeType
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPlayerEmbedCodeType
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#entry_only ⇒ Object
Returns the value of attribute entry_only.
-
#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
#entry_only ⇒ Object
Returns the value of attribute entry_only.
4833 4834 4835 |
# File 'lib/kaltura_client.rb', line 4833 def entry_only @entry_only end |
#id ⇒ Object
Returns the value of attribute id.
4831 4832 4833 |
# File 'lib/kaltura_client.rb', line 4831 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
4832 4833 4834 |
# File 'lib/kaltura_client.rb', line 4832 def label @label end |
#min_version ⇒ Object
Returns the value of attribute min_version.
4834 4835 4836 |
# File 'lib/kaltura_client.rb', line 4834 def min_version @min_version end |