Class: Kaltura::BaseEntry

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

Direct Known Subclasses

DataEntry, DocumentEntry, PlayableEntry, Playlist

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#access_control_idObject

Returns the value of attribute access_control_id.



76
77
78
# File 'lib/kaltura/kaltura_client.rb', line 76

def access_control_id
  @access_control_id
end

#admin_tagsObject

Returns the value of attribute admin_tags.



58
59
60
# File 'lib/kaltura/kaltura_client.rb', line 58

def admin_tags
  @admin_tags
end

#categoriesObject

Returns the value of attribute categories.



59
60
61
# File 'lib/kaltura/kaltura_client.rb', line 59

def categories
  @categories
end

#categories_idsObject

Returns the value of attribute categories_ids.



60
61
62
# File 'lib/kaltura/kaltura_client.rb', line 60

def categories_ids
  @categories_ids
end

#created_atObject

Returns the value of attribute created_at.



65
66
67
# File 'lib/kaltura/kaltura_client.rb', line 65

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



54
55
56
# File 'lib/kaltura/kaltura_client.rb', line 54

def description
  @description
end

#download_urlObject

Returns the value of attribute download_url.



71
72
73
# File 'lib/kaltura/kaltura_client.rb', line 71

def download_url
  @download_url
end

#end_dateObject

Returns the value of attribute end_date.



78
79
80
# File 'lib/kaltura/kaltura_client.rb', line 78

def end_date
  @end_date
end

#group_idObject

Returns the value of attribute group_id.



69
70
71
# File 'lib/kaltura/kaltura_client.rb', line 69

def group_id
  @group_id
end

#idObject

Returns the value of attribute id.



52
53
54
# File 'lib/kaltura/kaltura_client.rb', line 52

def id
  @id
end

#license_typeObject

Returns the value of attribute license_type.



73
74
75
# File 'lib/kaltura/kaltura_client.rb', line 73

def license_type
  @license_type
end

#moderation_countObject

Returns the value of attribute moderation_count.



63
64
65
# File 'lib/kaltura/kaltura_client.rb', line 63

def moderation_count
  @moderation_count
end

#moderation_statusObject

Returns the value of attribute moderation_status.



62
63
64
# File 'lib/kaltura/kaltura_client.rb', line 62

def moderation_status
  @moderation_status
end

#nameObject

Returns the value of attribute name.



53
54
55
# File 'lib/kaltura/kaltura_client.rb', line 53

def name
  @name
end

#partner_dataObject

Returns the value of attribute partner_data.



70
71
72
# File 'lib/kaltura/kaltura_client.rb', line 70

def partner_data
  @partner_data
end

#partner_idObject

Returns the value of attribute partner_id.



55
56
57
# File 'lib/kaltura/kaltura_client.rb', line 55

def partner_id
  @partner_id
end

#rankObject

Returns the value of attribute rank.



66
67
68
# File 'lib/kaltura/kaltura_client.rb', line 66

def rank
  @rank
end

#search_textObject

Returns the value of attribute search_text.



72
73
74
# File 'lib/kaltura/kaltura_client.rb', line 72

def search_text
  @search_text
end

#start_dateObject

Returns the value of attribute start_date.



77
78
79
# File 'lib/kaltura/kaltura_client.rb', line 77

def start_date
  @start_date
end

#statusObject

Returns the value of attribute status.



61
62
63
# File 'lib/kaltura/kaltura_client.rb', line 61

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



57
58
59
# File 'lib/kaltura/kaltura_client.rb', line 57

def tags
  @tags
end

#thumbnail_urlObject

Returns the value of attribute thumbnail_url.



75
76
77
# File 'lib/kaltura/kaltura_client.rb', line 75

def thumbnail_url
  @thumbnail_url
end

#total_rankObject

Returns the value of attribute total_rank.



67
68
69
# File 'lib/kaltura/kaltura_client.rb', line 67

def total_rank
  @total_rank
end

#typeObject

Returns the value of attribute type.



64
65
66
# File 'lib/kaltura/kaltura_client.rb', line 64

def type
  @type
end

#user_idObject

Returns the value of attribute user_id.



56
57
58
# File 'lib/kaltura/kaltura_client.rb', line 56

def user_id
  @user_id
end

#versionObject

Returns the value of attribute version.



74
75
76
# File 'lib/kaltura/kaltura_client.rb', line 74

def version
  @version
end

#votesObject

Returns the value of attribute votes.



68
69
70
# File 'lib/kaltura/kaltura_client.rb', line 68

def votes
  @votes
end