Class: Kaltura::KalturaModerationFlag
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaModerationFlag
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#flag_type ⇒ Object
Returns the value of attribute flag_type.
-
#flagged_entry_id ⇒ Object
Returns the value of attribute flagged_entry_id.
-
#flagged_user_id ⇒ Object
Returns the value of attribute flagged_user_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#moderation_object_type ⇒ Object
Returns the value of attribute moderation_object_type.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments.
1222 1223 1224 |
# File 'lib/kaltura_client.rb', line 1222 def comments @comments end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1224 1225 1226 |
# File 'lib/kaltura_client.rb', line 1224 def created_at @created_at end |
#flag_type ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
1215 1216 1217 |
# File 'lib/kaltura_client.rb', line 1215 def id @id end |
#moderation_object_type ⇒ Object
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_id ⇒ Object
Returns the value of attribute partner_id.
1216 1217 1218 |
# File 'lib/kaltura_client.rb', line 1216 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
1221 1222 1223 |
# File 'lib/kaltura_client.rb', line 1221 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1225 1226 1227 |
# File 'lib/kaltura_client.rb', line 1225 def updated_at @updated_at end |
#user_id ⇒ Object
Returns the value of attribute user_id.
1217 1218 1219 |
# File 'lib/kaltura_client.rb', line 1217 def user_id @user_id end |