Class: Kaltura::Playlist

Inherits:
BaseEntry show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

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

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#durationObject

Returns the value of attribute duration.



772
773
774
# File 'lib/kaltura/kaltura_client.rb', line 772

def duration
  @duration
end

#filtersObject

Returns the value of attribute filters.



767
768
769
# File 'lib/kaltura/kaltura_client.rb', line 767

def filters
  @filters
end

#playlist_contentObject

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_typeObject

Returns the value of attribute playlist_type.



769
770
771
# File 'lib/kaltura/kaltura_client.rb', line 769

def playlist_type
  @playlist_type
end

#playsObject

Returns the value of attribute plays.



770
771
772
# File 'lib/kaltura/kaltura_client.rb', line 770

def plays
  @plays
end

#total_resultsObject

Returns the value of attribute total_results.



768
769
770
# File 'lib/kaltura/kaltura_client.rb', line 768

def total_results
  @total_results
end

#viewsObject

Returns the value of attribute views.



771
772
773
# File 'lib/kaltura/kaltura_client.rb', line 771

def views
  @views
end