Class: Kaltura::Filter::BatchJobFilterExt
- Inherits:
-
BatchJobFilter
- Object
- ObjectBase
- BaseFilter
- BaseJobFilter
- BatchJobFilter
- Kaltura::Filter::BatchJobFilterExt
- Defined in:
- lib/kaltura/filter.rb
Instance Attribute Summary collapse
-
#job_type_and_sub_type_in ⇒ Object
Returns the value of attribute job_type_and_sub_type_in.
Attributes inherited from BatchJobFilter
#entry_id_equal, #err_type_in, #file_size_greater_than, #file_size_less_than, #finish_time_greater_than_or_equal, #finish_time_less_than_or_equal, #job_sub_type_equal, #job_sub_type_in, #job_type_equal, #job_type_in, #job_type_not_in, #on_stress_divert_to_in, #queue_time_greater_than_or_equal, #queue_time_less_than_or_equal, #status_equal, #status_in, #work_group_id_in
Attributes inherited from BaseJobFilter
#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #id_equal, #id_greater_than_or_equal, #partner_id_equal, #partner_id_in
Attributes inherited from BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#job_type_and_sub_type_in ⇒ Object
Returns the value of attribute job_type_and_sub_type_in.
51 52 53 |
# File 'lib/kaltura/filter.rb', line 51 def job_type_and_sub_type_in @job_type_and_sub_type_in end |