Class: Kaltura::KalturaBatchJobFilter
- Inherits:
-
Object
- Object
- Kaltura::KalturaBatchJobFilter
- 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.
-
#equalJobType ⇒ Object
Returns the value of attribute equalJobType.
-
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
-
#greaterThanOrEqualId ⇒ Object
Returns the value of attribute greaterThanOrEqualId.
-
#inJobType ⇒ Object
Returns the value of attribute inJobType.
-
#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.
177 178 179 |
# File 'lib/kaltura_client.rb', line 177 def equalId @equalId end |
#equalJobType ⇒ Object
Returns the value of attribute equalJobType.
180 181 182 |
# File 'lib/kaltura_client.rb', line 180 def equalJobType @equalJobType end |
#equalStatus ⇒ Object
Returns the value of attribute equalStatus.
179 180 181 |
# File 'lib/kaltura_client.rb', line 179 def equalStatus @equalStatus end |
#greaterThanOrEqualId ⇒ Object
Returns the value of attribute greaterThanOrEqualId.
178 179 180 |
# File 'lib/kaltura_client.rb', line 178 def greaterThanOrEqualId @greaterThanOrEqualId end |
#inJobType ⇒ Object
Returns the value of attribute inJobType.
181 182 183 |
# File 'lib/kaltura_client.rb', line 181 def inJobType @inJobType end |
#limit ⇒ Object
Returns the value of attribute limit.
183 184 185 |
# File 'lib/kaltura_client.rb', line 183 def limit @limit end |
#orderBy ⇒ Object
Returns the value of attribute orderBy.
182 183 184 |
# File 'lib/kaltura_client.rb', line 182 def orderBy @orderBy end |