Class: Kaltura::ModerationFlag
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::ModerationFlag
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments.
138 139 140 |
# File 'lib/kaltura/kaltura_client.rb', line 138 def comments @comments end |
#created_at ⇒ Object
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_type ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
131 132 133 |
# File 'lib/kaltura/kaltura_client.rb', line 131 def id @id end |
#moderation_object_type ⇒ Object
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_id ⇒ Object
Returns the value of attribute partner_id.
132 133 134 |
# File 'lib/kaltura/kaltura_client.rb', line 132 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
137 138 139 |
# File 'lib/kaltura/kaltura_client.rb', line 137 def status @status end |
#updated_at ⇒ Object
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_id ⇒ Object
Returns the value of attribute user_id.
133 134 135 |
# File 'lib/kaltura/kaltura_client.rb', line 133 def user_id @user_id end |