Class: Kaltura::KalturaUiConfFilter
- Inherits:
-
Object
- Object
- Kaltura::KalturaUiConfFilter
- Defined in:
- lib/kaltura_client.rb
Constant Summary collapse
- ORDER_BY_ID_ASC =
"+id"
- ORDER_BY_ID_DESC =
"-id"
Instance Attribute Summary collapse
-
#equalId ⇒ Object
Returns the value of attribute equalId.
-
#equalObjType ⇒ Object
Returns the value of attribute equalObjType.
-
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
-
#greaterThanOrEqualId ⇒ Object
Returns the value of attribute greaterThanOrEqualId.
-
#likeName ⇒ Object
Returns the value of attribute likeName.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#multiLikeOrTags ⇒ Object
Returns the value of attribute multiLikeOrTags.
-
#orderBy ⇒ Object
Returns the value of attribute orderBy.
Instance Attribute Details
#equalId ⇒ Object
Returns the value of attribute equalId.
327 328 329 |
# File 'lib/kaltura_client.rb', line 327 def equalId @equalId end |
#equalObjType ⇒ Object
Returns the value of attribute equalObjType.
330 331 332 |
# File 'lib/kaltura_client.rb', line 330 def equalObjType @equalObjType end |
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
329 330 331 |
# File 'lib/kaltura_client.rb', line 329 def equalStatus @equalStatus end |
#greaterThanOrEqualId ⇒ Object
Returns the value of attribute greaterThanOrEqualId.
328 329 330 |
# File 'lib/kaltura_client.rb', line 328 def greaterThanOrEqualId @greaterThanOrEqualId end |
#likeName ⇒ Object
Returns the value of attribute likeName.
331 332 333 |
# File 'lib/kaltura_client.rb', line 331 def likeName @likeName end |
#limit ⇒ Object
Returns the value of attribute limit.
334 335 336 |
# File 'lib/kaltura_client.rb', line 334 def limit @limit end |
#multiLikeOrTags ⇒ Object
Returns the value of attribute multiLikeOrTags.
332 333 334 |
# File 'lib/kaltura_client.rb', line 332 def multiLikeOrTags @multiLikeOrTags end |
#orderBy ⇒ Object
Returns the value of attribute orderBy.
333 334 335 |
# File 'lib/kaltura_client.rb', line 333 def orderBy @orderBy end |