Class: Kaltura::KalturaScheduledTaskProfileFilter

Inherits:
KalturaScheduledTaskProfileBaseFilter show all
Defined in:
lib/kaltura_plugins/kaltura_scheduled_task_client_plugin.rb

Instance Attribute Summary

Attributes inherited from KalturaScheduledTaskProfileBaseFilter

#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #id_equal, #id_in, #last_execution_started_at_greater_than_or_equal, #last_execution_started_at_less_than_or_equal, #last_execution_started_at_less_than_or_equal_or_null, #partner_id_equal, #partner_id_in, #status_equal, #status_in, #system_name_equal, #system_name_in, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Method Details

#from_xml(xml_element) ⇒ Object



544
545
546
# File 'lib/kaltura_plugins/kaltura_scheduled_task_client_plugin.rb', line 544

def from_xml(xml_element)
	super
end