Class: Kaltura::KalturaBulkUploadResultScheduleEvent

Inherits:
KalturaBulkUploadResult show all
Defined in:
lib/kaltura_plugins/kaltura_schedule_bulk_upload_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaBulkUploadResult

#action, #bulk_upload_job_id, #bulk_upload_result_object_type, #error_code, #error_description, #error_type, #id, #line_index, #object_error_description, #object_id, #object_status, #partner_data, #partner_id, #plugins_data, #row_data, #status

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#reference_idObject

Returns the value of attribute reference_id.



35
36
37
# File 'lib/kaltura_plugins/kaltura_schedule_bulk_upload_client_plugin.rb', line 35

def reference_id
  @reference_id
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



38
39
40
41
42
43
# File 'lib/kaltura_plugins/kaltura_schedule_bulk_upload_client_plugin.rb', line 38

def from_xml(xml_element)
  super
  if xml_element.elements['referenceId'] != nil
    self.reference_id = xml_element.elements['referenceId'].text
  end
end