Class: Kaltura::KalturaModeration
- Inherits:
-
Object
- Object
- Kaltura::KalturaModeration
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#objectId ⇒ Object
Returns the value of attribute objectId.
-
#objectType ⇒ Object
Returns the value of attribute objectType.
-
#reportCode ⇒ Object
Returns the value of attribute reportCode.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments.
83 84 85 |
# File 'lib/kaltura_client.rb', line 83 def comments @comments end |
#objectId ⇒ Object
Returns the value of attribute objectId.
85 86 87 |
# File 'lib/kaltura_client.rb', line 85 def objectId @objectId end |
#objectType ⇒ Object
Returns the value of attribute objectType.
84 85 86 |
# File 'lib/kaltura_client.rb', line 84 def objectType @objectType end |
#reportCode ⇒ Object
Returns the value of attribute reportCode.
86 87 88 |
# File 'lib/kaltura_client.rb', line 86 def reportCode @reportCode end |
#status ⇒ Object
Returns the value of attribute status.
87 88 89 |
# File 'lib/kaltura_client.rb', line 87 def status @status end |