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, #updated_at, #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.
815 816 817 |
# File 'lib/kaltura/kaltura_client.rb', line 815 def duration @duration end |
#filters ⇒ Object
Returns the value of attribute filters.
810 811 812 |
# File 'lib/kaltura/kaltura_client.rb', line 810 def filters @filters end |
#playlist_content ⇒ Object
Returns the value of attribute playlist_content.
809 810 811 |
# File 'lib/kaltura/kaltura_client.rb', line 809 def playlist_content @playlist_content end |
#playlist_type ⇒ Object
Returns the value of attribute playlist_type.
812 813 814 |
# File 'lib/kaltura/kaltura_client.rb', line 812 def playlist_type @playlist_type end |
#plays ⇒ Object
Returns the value of attribute plays.
813 814 815 |
# File 'lib/kaltura/kaltura_client.rb', line 813 def plays @plays end |
#total_results ⇒ Object
Returns the value of attribute total_results.
811 812 813 |
# File 'lib/kaltura/kaltura_client.rb', line 811 def total_results @total_results end |
#views ⇒ Object
Returns the value of attribute views.
814 815 816 |
# File 'lib/kaltura/kaltura_client.rb', line 814 def views @views end |