Class: Kaltura::KalturaBatchJobFilterExt
- Inherits:
-
KalturaBatchJobFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaBaseJobFilter
- KalturaBatchJobFilter
- Kaltura::KalturaBatchJobFilterExt
- Defined in:
- lib/kaltura_client.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 KalturaBatchJobFilter
#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 KalturaBaseJobFilter
#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 KalturaFilter
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#job_type_and_sub_type_in ⇒ Object
Returns the value of attribute job_type_and_sub_type_in.
3199 3200 3201 |
# File 'lib/kaltura_client.rb', line 3199 def job_type_and_sub_type_in @job_type_and_sub_type_in end |