Class: Kaltura::KalturaMixEntry
- Inherits:
-
KalturaPlayableEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- KalturaPlayableEntry
- Kaltura::KalturaMixEntry
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#data_content ⇒ Object
Returns the value of attribute data_content.
-
#editor_type ⇒ Object
Returns the value of attribute editor_type.
-
#has_real_thumbnail ⇒ Object
Returns the value of attribute has_real_thumbnail.
Attributes inherited from KalturaPlayableEntry
#duration, #duration_type, #height, #ms_duration, #plays, #views, #width
Attributes inherited from KalturaBaseEntry
#access_control_id, #admin_tags, #categories, #created_at, #description, #download_url, #end_date, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #partner_data, #partner_id, #rank, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #user_id, #version, #votes
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#data_content ⇒ Object
Returns the value of attribute data_content.
1915 1916 1917 |
# File 'lib/kaltura_client.rb', line 1915 def data_content @data_content end |
#editor_type ⇒ Object
Returns the value of attribute editor_type.
1914 1915 1916 |
# File 'lib/kaltura_client.rb', line 1914 def editor_type @editor_type end |
#has_real_thumbnail ⇒ Object
Returns the value of attribute has_real_thumbnail.
1913 1914 1915 |
# File 'lib/kaltura_client.rb', line 1913 def has_real_thumbnail @has_real_thumbnail end |