class Kaltura::KalturaBulkUploadResultJob
Attributes
job_object_id[RW]
ID of object being processed by the job
Public Instance Methods
from_xml(xml_element)
click to toggle source
Calls superclass method
# File lib/kaltura_plugins/kaltura_bulk_upload_filter_client_plugin.rb, line 57 def from_xml(xml_element) super if xml_element.elements['jobObjectId'] != nil self.job_object_id = xml_element.elements['jobObjectId'].text end end
job_object_id=(val)
click to toggle source
# File lib/kaltura_plugins/kaltura_bulk_upload_filter_client_plugin.rb, line 53 def job_object_id=(val) @job_object_id = val.to_i end