Class: Kaltura::Filter::BatchJobFilterExt

Inherits:
BatchJobFilter show all
Defined in:
lib/kaltura/filter.rb

Instance Attribute Summary collapse

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

#order_by

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#job_type_and_sub_type_inObject

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