Class: Kaltura::KalturaDeleteJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#filterObject

The filter should return the list of objects that need to be deleted.



8207
8208
8209
# File 'lib/kaltura_types.rb', line 8207

def filter
  @filter
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



8210
8211
8212
8213
# File 'lib/kaltura_types.rb', line 8210

def from_xml(xml_element)
	super
	self.filter = KalturaClientBase.object_from_xml(xml_element.elements['filter'], 'KalturaFilter')
end