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, #updated_at, #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.



815
816
817
# File 'lib/kaltura/kaltura_client.rb', line 815

def duration
  @duration
end

#filtersObject

Returns the value of attribute filters.



810
811
812
# File 'lib/kaltura/kaltura_client.rb', line 810

def filters
  @filters
end

#playlist_contentObject

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_typeObject

Returns the value of attribute playlist_type.



812
813
814
# File 'lib/kaltura/kaltura_client.rb', line 812

def playlist_type
  @playlist_type
end

#playsObject

Returns the value of attribute plays.



813
814
815
# File 'lib/kaltura/kaltura_client.rb', line 813

def plays
  @plays
end

#total_resultsObject

Returns the value of attribute total_results.



811
812
813
# File 'lib/kaltura/kaltura_client.rb', line 811

def total_results
  @total_results
end

#viewsObject

Returns the value of attribute views.



814
815
816
# File 'lib/kaltura/kaltura_client.rb', line 814

def views
  @views
end