Class: Kaltura::KalturaModerationFilter
- Inherits:
-
Object
- Object
- Kaltura::KalturaModerationFilter
- Defined in:
- lib/kaltura_client.rb
Constant Summary collapse
- ORDER_BY_ID_ASC =
"+id"
- ORDER_BY_ID_DESC =
"-id"
Instance Attribute Summary collapse
-
#equalGroupId ⇒ Object
Returns the value of attribute equalGroupId.
-
#equalId ⇒ Object
Returns the value of attribute equalId.
-
#equalObjectId ⇒ Object
Returns the value of attribute equalObjectId.
-
#equalObjectType ⇒ Object
Returns the value of attribute equalObjectType.
-
#equalPuserId ⇒ Object
Returns the value of attribute equalPuserId.
-
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
-
#inStatus ⇒ Object
Returns the value of attribute inStatus.
-
#likeComments ⇒ Object
Returns the value of attribute likeComments.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#orderBy ⇒ Object
Returns the value of attribute orderBy.
Instance Attribute Details
#equalGroupId ⇒ Object
Returns the value of attribute equalGroupId.
297 298 299 |
# File 'lib/kaltura_client.rb', line 297 def equalGroupId @equalGroupId end |
#equalId ⇒ Object
Returns the value of attribute equalId.
290 291 292 |
# File 'lib/kaltura_client.rb', line 290 def equalId @equalId end |
#equalObjectId ⇒ Object
Returns the value of attribute equalObjectId.
295 296 297 |
# File 'lib/kaltura_client.rb', line 295 def equalObjectId @equalObjectId end |
#equalObjectType ⇒ Object
Returns the value of attribute equalObjectType.
296 297 298 |
# File 'lib/kaltura_client.rb', line 296 def equalObjectType @equalObjectType end |
#equalPuserId ⇒ Object
Returns the value of attribute equalPuserId.
291 292 293 |
# File 'lib/kaltura_client.rb', line 291 def equalPuserId @equalPuserId end |
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
292 293 294 |
# File 'lib/kaltura_client.rb', line 292 def equalStatus @equalStatus end |
#inStatus ⇒ Object
Returns the value of attribute inStatus.
293 294 295 |
# File 'lib/kaltura_client.rb', line 293 def inStatus @inStatus end |
#likeComments ⇒ Object
Returns the value of attribute likeComments.
294 295 296 |
# File 'lib/kaltura_client.rb', line 294 def likeComments @likeComments end |
#limit ⇒ Object
Returns the value of attribute limit.
299 300 301 |
# File 'lib/kaltura_client.rb', line 299 def limit @limit end |
#orderBy ⇒ Object
Returns the value of attribute orderBy.
298 299 300 |
# File 'lib/kaltura_client.rb', line 298 def orderBy @orderBy end |