Class: KalturaApi::KalturaPlaylist

Inherits:
KalturaBaseEntry show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

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

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#durationObject

The duration in seconds



5154
5155
5156
# File 'lib/kaltura_client.rb', line 5154

def duration
  @duration
end

#execute_urlObject

The url for this playlist



5157
5158
5159
# File 'lib/kaltura_client.rb', line 5157

def execute_url
  @execute_url
end

#filtersObject

Returns the value of attribute filters.



5139
5140
5141
# File 'lib/kaltura_client.rb', line 5139

def filters
  @filters
end

#playlist_contentObject

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_typeObject

Type of playlist



5145
5146
5147
# File 'lib/kaltura_client.rb', line 5145

def playlist_type
  @playlist_type
end

#playsObject

Number of plays



5148
5149
5150
# File 'lib/kaltura_client.rb', line 5148

def plays
  @plays
end

#total_resultsObject

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

#viewsObject

Number of views



5151
5152
5153
# File 'lib/kaltura_client.rb', line 5151

def views
  @views
end