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.
142 143 144 |
# File 'lib/kaltura/kaltura_client.rb', line 142 def comments @comments end |
#created_at ⇒ Object
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_type ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
135 136 137 |
# File 'lib/kaltura/kaltura_client.rb', line 135 def id @id end |
#moderation_object_type ⇒ Object
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_id ⇒ Object
Returns the value of attribute partner_id.
136 137 138 |
# File 'lib/kaltura/kaltura_client.rb', line 136 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
141 142 143 |
# File 'lib/kaltura/kaltura_client.rb', line 141 def status @status end |
#updated_at ⇒ Object
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_id ⇒ Object
Returns the value of attribute user_id.
137 138 139 |
# File 'lib/kaltura/kaltura_client.rb', line 137 def user_id @user_id end |