Class: Kaltura::KalturaModerationFlag

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#commentsObject

Returns the value of attribute comments.



1222
1223
1224
# File 'lib/kaltura_client.rb', line 1222

def comments
  @comments
end

#created_atObject

Returns the value of attribute created_at.



1224
1225
1226
# File 'lib/kaltura_client.rb', line 1224

def created_at
  @created_at
end

#flag_typeObject

Returns the value of attribute flag_type.



1223
1224
1225
# File 'lib/kaltura_client.rb', line 1223

def flag_type
  @flag_type
end

#flagged_entry_idObject

Returns the value of attribute flagged_entry_id.



1219
1220
1221
# File 'lib/kaltura_client.rb', line 1219

def flagged_entry_id
  @flagged_entry_id
end

#flagged_user_idObject

Returns the value of attribute flagged_user_id.



1220
1221
1222
# File 'lib/kaltura_client.rb', line 1220

def flagged_user_id
  @flagged_user_id
end

#idObject

Returns the value of attribute id.



1215
1216
1217
# File 'lib/kaltura_client.rb', line 1215

def id
  @id
end

#moderation_object_typeObject

Returns the value of attribute moderation_object_type.



1218
1219
1220
# File 'lib/kaltura_client.rb', line 1218

def moderation_object_type
  @moderation_object_type
end

#partner_idObject

Returns the value of attribute partner_id.



1216
1217
1218
# File 'lib/kaltura_client.rb', line 1216

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status.



1221
1222
1223
# File 'lib/kaltura_client.rb', line 1221

def status
  @status
end

#updated_atObject

Returns the value of attribute updated_at.



1225
1226
1227
# File 'lib/kaltura_client.rb', line 1225

def updated_at
  @updated_at
end

#user_idObject

Returns the value of attribute user_id.



1217
1218
1219
# File 'lib/kaltura_client.rb', line 1217

def user_id
  @user_id
end