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.



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

def comments
  @comments
end

#created_atObject

Returns the value of attribute created_at.



144
145
146
# File 'lib/kaltura/kaltura_client.rb', line 144

def created_at
  @created_at
end

#flag_typeObject

Returns the value of attribute flag_type.



143
144
145
# File 'lib/kaltura/kaltura_client.rb', line 143

def flag_type
  @flag_type
end

#flagged_entry_idObject

Returns the value of attribute flagged_entry_id.



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

def flagged_entry_id
  @flagged_entry_id
end

#flagged_user_idObject

Returns the value of attribute flagged_user_id.



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

def flagged_user_id
  @flagged_user_id
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#moderation_object_typeObject

Returns the value of attribute moderation_object_type.



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

def moderation_object_type
  @moderation_object_type
end

#partner_idObject

Returns the value of attribute partner_id.



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

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#updated_atObject

Returns the value of attribute updated_at.



145
146
147
# File 'lib/kaltura/kaltura_client.rb', line 145

def updated_at
  @updated_at
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end