Class: Kaltura::KalturaModerationFlag

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#commentsObject

The comment that was added to the flag



4791
4792
4793
# File 'lib/kaltura_client.rb', line 4791

def comments
  @comments
end

#created_atObject

Returns the value of attribute created_at.



4793
4794
4795
# File 'lib/kaltura_client.rb', line 4793

def created_at
  @created_at
end

#flag_typeObject

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_idObject

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_idObject

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

#idObject

Moderation flag id



4772
4773
4774
# File 'lib/kaltura_client.rb', line 4772

def id
  @id
end

#moderation_object_typeObject

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_idObject

Returns the value of attribute partner_id.



4773
4774
4775
# File 'lib/kaltura_client.rb', line 4773

def partner_id
  @partner_id
end

#statusObject

The moderation flag status



4788
4789
4790
# File 'lib/kaltura_client.rb', line 4788

def status
  @status
end

#updated_atObject

Returns the value of attribute updated_at.



4794
4795
4796
# File 'lib/kaltura_client.rb', line 4794

def updated_at
  @updated_at
end

#user_idObject

The user id that added the moderation flag



4776
4777
4778
# File 'lib/kaltura_client.rb', line 4776

def user_id
  @user_id
end