Class: Kaltura::Playlist
- Inherits:
-
BaseEntry
- Object
- ObjectBase
- BaseEntry
- Kaltura::Playlist
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#filters ⇒ Object
Returns the value of attribute filters.
-
#playlist_content ⇒ Object
Returns the value of attribute playlist_content.
-
#playlist_type ⇒ Object
Returns the value of attribute playlist_type.
-
#plays ⇒ Object
Returns the value of attribute plays.
-
#total_results ⇒ Object
Returns the value of attribute total_results.
-
#views ⇒ Object
Returns the value of attribute views.
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, #user_id, #version, #votes
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration.
772 773 774 |
# File 'lib/kaltura/kaltura_client.rb', line 772 def duration @duration end |
#filters ⇒ Object
Returns the value of attribute filters.
767 768 769 |
# File 'lib/kaltura/kaltura_client.rb', line 767 def filters @filters end |
#playlist_content ⇒ Object
Returns the value of attribute playlist_content.
766 767 768 |
# File 'lib/kaltura/kaltura_client.rb', line 766 def playlist_content @playlist_content end |
#playlist_type ⇒ Object
Returns the value of attribute playlist_type.
769 770 771 |
# File 'lib/kaltura/kaltura_client.rb', line 769 def playlist_type @playlist_type end |
#plays ⇒ Object
Returns the value of attribute plays.
770 771 772 |
# File 'lib/kaltura/kaltura_client.rb', line 770 def plays @plays end |
#total_results ⇒ Object
Returns the value of attribute total_results.
768 769 770 |
# File 'lib/kaltura/kaltura_client.rb', line 768 def total_results @total_results end |
#views ⇒ Object
Returns the value of attribute views.
771 772 773 |
# File 'lib/kaltura/kaltura_client.rb', line 771 def views @views end |