Class: Kaltura::KalturaPlaylist
- Inherits:
-
KalturaBaseEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- Kaltura::KalturaPlaylist
- Defined in:
- lib/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 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
#duration ⇒ Object
Returns the value of attribute duration.
2050 2051 2052 |
# File 'lib/kaltura_client.rb', line 2050 def duration @duration end |
#filters ⇒ Object
Returns the value of attribute filters.
2045 2046 2047 |
# File 'lib/kaltura_client.rb', line 2045 def filters @filters end |
#playlist_content ⇒ Object
Returns the value of attribute playlist_content.
2044 2045 2046 |
# File 'lib/kaltura_client.rb', line 2044 def playlist_content @playlist_content end |
#playlist_type ⇒ Object
Returns the value of attribute playlist_type.
2047 2048 2049 |
# File 'lib/kaltura_client.rb', line 2047 def playlist_type @playlist_type end |
#plays ⇒ Object
Returns the value of attribute plays.
2048 2049 2050 |
# File 'lib/kaltura_client.rb', line 2048 def plays @plays end |
#total_results ⇒ Object
Returns the value of attribute total_results.
2046 2047 2048 |
# File 'lib/kaltura_client.rb', line 2046 def total_results @total_results end |
#views ⇒ Object
Returns the value of attribute views.
2049 2050 2051 |
# File 'lib/kaltura_client.rb', line 2049 def views @views end |