Class: Kaltura::KalturaPlaylist
- Inherits:
-
KalturaBaseEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- Kaltura::KalturaPlaylist
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
The duration in seconds.
-
#execute_url ⇒ Object
The url for this playlist.
-
#filters ⇒ Object
Returns the value of attribute filters.
-
#playlist_content ⇒ Object
Content of the playlist - XML if the playlistType is dynamic text if the playlistType is static url if the playlistType is mRss.
-
#playlist_type ⇒ Object
Type of playlist.
-
#plays ⇒ Object
Number of plays.
-
#total_results ⇒ Object
Maximum count of results to be returned in playlist execution.
-
#views ⇒ Object
Number of views.
Attributes inherited from KalturaBaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #conversion_profile_id, #created_at, #creator_id, #description, #download_url, #end_date, #entitled_users_edit, #entitled_users_publish, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #operation_attributes, #partner_data, #partner_id, #partner_sort_value, #rank, #redirect_entry_id, #reference_id, #replaced_entry_id, #replacement_status, #replacing_entry_id, #root_entry_id, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#duration ⇒ Object
The duration in seconds
5154 5155 5156 |
# File 'lib/kaltura_client.rb', line 5154 def duration @duration end |
#execute_url ⇒ Object
The url for this playlist
5157 5158 5159 |
# File 'lib/kaltura_client.rb', line 5157 def execute_url @execute_url end |
#filters ⇒ Object
Returns the value of attribute filters.
5139 5140 5141 |
# File 'lib/kaltura_client.rb', line 5139 def filters @filters end |
#playlist_content ⇒ Object
Content of the playlist - XML if the playlistType is dynamic text if the playlistType is static url if the playlistType is mRss
5138 5139 5140 |
# File 'lib/kaltura_client.rb', line 5138 def playlist_content @playlist_content end |
#playlist_type ⇒ Object
Type of playlist
5145 5146 5147 |
# File 'lib/kaltura_client.rb', line 5145 def playlist_type @playlist_type end |
#plays ⇒ Object
Number of plays
5148 5149 5150 |
# File 'lib/kaltura_client.rb', line 5148 def plays @plays end |
#total_results ⇒ Object
Maximum count of results to be returned in playlist execution
5142 5143 5144 |
# File 'lib/kaltura_client.rb', line 5142 def total_results @total_results end |
#views ⇒ Object
Number of views
5151 5152 5153 |
# File 'lib/kaltura_client.rb', line 5151 def views @views end |