Class: Kaltura::KalturaNotificationFilter
- Inherits:
-
Object
- Object
- Kaltura::KalturaNotificationFilter
- 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.
-
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
-
#equalType ⇒ Object
Returns the value of attribute equalType.
-
#greaterThanOrEqualId ⇒ Object
Returns the value of attribute greaterThanOrEqualId.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#orderBy ⇒ Object
Returns the value of attribute orderBy.
Instance Attribute Details
#equalId ⇒ Object
Returns the value of attribute equalId.
307 308 309 |
# File 'lib/kaltura_client.rb', line 307 def equalId @equalId end |
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
309 310 311 |
# File 'lib/kaltura_client.rb', line 309 def equalStatus @equalStatus end |
#equalType ⇒ Object
Returns the value of attribute equalType.
310 311 312 |
# File 'lib/kaltura_client.rb', line 310 def equalType @equalType end |
#greaterThanOrEqualId ⇒ Object
Returns the value of attribute greaterThanOrEqualId.
308 309 310 |
# File 'lib/kaltura_client.rb', line 308 def greaterThanOrEqualId @greaterThanOrEqualId end |
#limit ⇒ Object
Returns the value of attribute limit.
312 313 314 |
# File 'lib/kaltura_client.rb', line 312 def limit @limit end |
#orderBy ⇒ Object
Returns the value of attribute orderBy.
311 312 313 |
# File 'lib/kaltura_client.rb', line 311 def orderBy @orderBy end |