Class: Kaltura::KalturaBulkUploadResult

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#actionObject

Returns the value of attribute action.



2925
2926
2927
# File 'lib/kaltura_client.rb', line 2925

def action
  @action
end

#bulk_upload_job_idObject

The id of the parent job



2919
2920
2921
# File 'lib/kaltura_client.rb', line 2919

def bulk_upload_job_id
  @bulk_upload_job_id
end

#bulk_upload_result_object_typeObject

Returns the value of attribute bulk_upload_result_object_type.



2928
2929
2930
# File 'lib/kaltura_client.rb', line 2928

def bulk_upload_result_object_type
  @bulk_upload_result_object_type
end

#error_codeObject

Returns the value of attribute error_code.



2936
2937
2938
# File 'lib/kaltura_client.rb', line 2936

def error_code
  @error_code
end

#error_descriptionObject

Returns the value of attribute error_description.



2935
2936
2937
# File 'lib/kaltura_client.rb', line 2935

def error_description
  @error_description
end

#error_typeObject

Returns the value of attribute error_type.



2937
2938
2939
# File 'lib/kaltura_client.rb', line 2937

def error_type
  @error_type
end

#idObject

The id of the result



2916
2917
2918
# File 'lib/kaltura_client.rb', line 2916

def id
  @id
end

#line_indexObject

The index of the line in the CSV



2922
2923
2924
# File 'lib/kaltura_client.rb', line 2922

def line_index
  @line_index
end

#object_error_descriptionObject

Returns the value of attribute object_error_description.



2933
2934
2935
# File 'lib/kaltura_client.rb', line 2933

def object_error_description
  @object_error_description
end

#object_idObject

Returns the value of attribute object_id.



2926
2927
2928
# File 'lib/kaltura_client.rb', line 2926

def object_id
  @object_id
end

#object_statusObject

Returns the value of attribute object_status.



2927
2928
2929
# File 'lib/kaltura_client.rb', line 2927

def object_status
  @object_status
end

#partner_dataObject

Returns the value of attribute partner_data.



2932
2933
2934
# File 'lib/kaltura_client.rb', line 2932

def partner_data
  @partner_data
end

#partner_idObject

Returns the value of attribute partner_id.



2923
2924
2925
# File 'lib/kaltura_client.rb', line 2923

def partner_id
  @partner_id
end

#plugins_dataObject

Returns the value of attribute plugins_data.



2934
2935
2936
# File 'lib/kaltura_client.rb', line 2934

def plugins_data
  @plugins_data
end

#row_dataObject

The data as recieved in the csv



2931
2932
2933
# File 'lib/kaltura_client.rb', line 2931

def row_data
  @row_data
end

#statusObject

Returns the value of attribute status.



2924
2925
2926
# File 'lib/kaltura_client.rb', line 2924

def status
  @status
end