Class: Kaltura::ModerationFlag

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

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#commentsObject

Returns the value of attribute comments.



138
139
140
# File 'lib/kaltura/kaltura_client.rb', line 138

def comments
  @comments
end

#created_atObject

Returns the value of attribute created_at.



140
141
142
# File 'lib/kaltura/kaltura_client.rb', line 140

def created_at
  @created_at
end

#flag_typeObject

Returns the value of attribute flag_type.



139
140
141
# File 'lib/kaltura/kaltura_client.rb', line 139

def flag_type
  @flag_type
end

#flagged_entry_idObject

Returns the value of attribute flagged_entry_id.



135
136
137
# File 'lib/kaltura/kaltura_client.rb', line 135

def flagged_entry_id
  @flagged_entry_id
end

#flagged_user_idObject

Returns the value of attribute flagged_user_id.



136
137
138
# File 'lib/kaltura/kaltura_client.rb', line 136

def flagged_user_id
  @flagged_user_id
end

#idObject

Returns the value of attribute id.



131
132
133
# File 'lib/kaltura/kaltura_client.rb', line 131

def id
  @id
end

#moderation_object_typeObject

Returns the value of attribute moderation_object_type.



134
135
136
# File 'lib/kaltura/kaltura_client.rb', line 134

def moderation_object_type
  @moderation_object_type
end

#partner_idObject

Returns the value of attribute partner_id.



132
133
134
# File 'lib/kaltura/kaltura_client.rb', line 132

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status.



137
138
139
# File 'lib/kaltura/kaltura_client.rb', line 137

def status
  @status
end

#updated_atObject

Returns the value of attribute updated_at.



141
142
143
# File 'lib/kaltura/kaltura_client.rb', line 141

def updated_at
  @updated_at
end

#user_idObject

Returns the value of attribute user_id.



133
134
135
# File 'lib/kaltura/kaltura_client.rb', line 133

def user_id
  @user_id
end