Class: Kaltura::KalturaBatchJobFilterExt
- Inherits:
-
KalturaBatchJobFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaBatchJobBaseFilter
- KalturaBatchJobFilter
- Kaltura::KalturaBatchJobFilterExt
- Defined in:
- lib/kaltura_types.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 KalturaBatchJobBaseFilter
#batch_version_equal, #batch_version_greater_than_or_equal, #batch_version_less_than_or_equal, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #entry_id_equal, #err_number_equal, #err_number_in, #err_number_not_in, #err_type_equal, #err_type_in, #err_type_not_in, #estimated_effort_greater_than, #estimated_effort_less_than, #execution_attempts_greater_than_or_equal, #execution_attempts_less_than_or_equal, #finish_time_greater_than_or_equal, #finish_time_less_than_or_equal, #id_equal, #id_greater_than_or_equal, #job_sub_type_equal, #job_sub_type_in, #job_sub_type_not_in, #job_type_equal, #job_type_in, #job_type_not_in, #lock_version_greater_than_or_equal, #lock_version_less_than_or_equal, #partner_id_equal, #partner_id_in, #partner_id_not_in, #priority_equal, #priority_greater_than_or_equal, #priority_in, #priority_less_than_or_equal, #priority_not_in, #queue_time_greater_than_or_equal, #queue_time_less_than_or_equal, #status_equal, #status_in, #status_not_in, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal, #urgency_greater_than_or_equal, #urgency_less_than_or_equal
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
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.
18931 18932 18933 |
# File 'lib/kaltura_types.rb', line 18931 def job_type_and_sub_type_in @job_type_and_sub_type_in end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
18934 18935 18936 18937 18938 18939 |
# File 'lib/kaltura_types.rb', line 18934 def from_xml(xml_element) super if xml_element.elements['jobTypeAndSubTypeIn'] != nil self.job_type_and_sub_type_in = xml_element.elements['jobTypeAndSubTypeIn'].text end end |