Class: Kaltura::KalturaBulkUploadScheduleEventJobData

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

Overview

Represents the abstract Bulk upload job data for general bulk upload

Instance Attribute Summary

Attributes inherited from KalturaBulkUploadJobData

#bulk_upload_object_type, #conversion_profile_id, #email_recipients, #file_name, #file_path, #num_of_entries, #num_of_error_objects, #num_of_objects, #object_data, #privileges, #results_file_local_path, #results_file_url, #type, #uploaded_by, #user_id

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



169
170
171
# File 'lib/kaltura_plugins/kaltura_schedule_bulk_upload_client_plugin.rb', line 169

def from_xml(xml_element)
	super
end