Class: Kaltura::KalturaModerationFlag
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaModerationFlag
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
The comment that was added to the flag.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#flag_type ⇒ Object
Returns the value of attribute flag_type.
-
#flagged_entry_id ⇒ Object
If moderation flag is set for entry, this is the flagged entry id.
-
#flagged_user_id ⇒ Object
If moderation flag is set for user, this is the flagged user id.
-
#id ⇒ Object
Moderation flag id.
-
#moderation_object_type ⇒ Object
The type of the moderation flag (entry or user).
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
The moderation flag status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_id ⇒ Object
The user id that added the moderation flag.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#comments ⇒ Object
The comment that was added to the flag
4791 4792 4793 |
# File 'lib/kaltura_client.rb', line 4791 def comments @comments end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4793 4794 4795 |
# File 'lib/kaltura_client.rb', line 4793 def created_at @created_at end |
#flag_type ⇒ Object
Returns the value of attribute flag_type.
4792 4793 4794 |
# File 'lib/kaltura_client.rb', line 4792 def flag_type @flag_type end |
#flagged_entry_id ⇒ Object
If moderation flag is set for entry, this is the flagged entry id
4782 4783 4784 |
# File 'lib/kaltura_client.rb', line 4782 def flagged_entry_id @flagged_entry_id end |
#flagged_user_id ⇒ Object
If moderation flag is set for user, this is the flagged user id
4785 4786 4787 |
# File 'lib/kaltura_client.rb', line 4785 def flagged_user_id @flagged_user_id end |
#id ⇒ Object
Moderation flag id
4772 4773 4774 |
# File 'lib/kaltura_client.rb', line 4772 def id @id end |
#moderation_object_type ⇒ Object
The type of the moderation flag (entry or user)
4779 4780 4781 |
# File 'lib/kaltura_client.rb', line 4779 def moderation_object_type @moderation_object_type end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
4773 4774 4775 |
# File 'lib/kaltura_client.rb', line 4773 def partner_id @partner_id end |
#status ⇒ Object
The moderation flag status
4788 4789 4790 |
# File 'lib/kaltura_client.rb', line 4788 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4794 4795 4796 |
# File 'lib/kaltura_client.rb', line 4794 def updated_at @updated_at end |
#user_id ⇒ Object
The user id that added the moderation flag
4776 4777 4778 |
# File 'lib/kaltura_client.rb', line 4776 def user_id @user_id end |