Class: Kaltura::MixEntry
- Inherits:
-
PlayableEntry
- Object
- ObjectBase
- BaseEntry
- PlayableEntry
- Kaltura::MixEntry
- Defined in:
- lib/kaltura/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 PlayableEntry
#duration, #duration_type, #height, #ms_duration, #plays, #views, #width
Attributes inherited from BaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #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, #updated_at, #user_id, #version, #votes
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#data_content ⇒ Object
Returns the value of attribute data_content.
701 702 703 |
# File 'lib/kaltura/kaltura_client.rb', line 701 def data_content @data_content end |
#editor_type ⇒ Object
Returns the value of attribute editor_type.
700 701 702 |
# File 'lib/kaltura/kaltura_client.rb', line 700 def editor_type @editor_type end |
#has_real_thumbnail ⇒ Object
Returns the value of attribute has_real_thumbnail.
699 700 701 |
# File 'lib/kaltura/kaltura_client.rb', line 699 def has_real_thumbnail @has_real_thumbnail end |