Class: Kaltura::KalturaBulkUpload

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

#bulk_file_urlObject

Returns the value of attribute bulk_file_url.



2968
2969
2970
# File 'lib/kaltura_client.rb', line 2968

def bulk_file_url
  @bulk_file_url
end

#bulk_upload_object_typeObject

Returns the value of attribute bulk_upload_object_type.



2977
2978
2979
# File 'lib/kaltura_client.rb', line 2977

def bulk_upload_object_type
  @bulk_upload_object_type
end

#bulk_upload_typeObject

Returns the value of attribute bulk_upload_type.



2969
2970
2971
# File 'lib/kaltura_client.rb', line 2969

def bulk_upload_type
  @bulk_upload_type
end

#csv_file_urlObject

Returns the value of attribute csv_file_url.



2967
2968
2969
# File 'lib/kaltura_client.rb', line 2967

def csv_file_url
  @csv_file_url
end

#descriptionObject

Returns the value of attribute description.



2975
2976
2977
# File 'lib/kaltura_client.rb', line 2975

def description
  @description
end

#errorObject

Returns the value of attribute error.



2971
2972
2973
# File 'lib/kaltura_client.rb', line 2971

def error
  @error
end

#error_numberObject

Returns the value of attribute error_number.



2973
2974
2975
# File 'lib/kaltura_client.rb', line 2973

def error_number
  @error_number
end

#error_typeObject

Returns the value of attribute error_type.



2972
2973
2974
# File 'lib/kaltura_client.rb', line 2972

def error_type
  @error_type
end

#file_nameObject

Returns the value of attribute file_name.



2974
2975
2976
# File 'lib/kaltura_client.rb', line 2974

def file_name
  @file_name
end

#idObject

Returns the value of attribute id.



2960
2961
2962
# File 'lib/kaltura_client.rb', line 2960

def id
  @id
end

#log_file_urlObject

Returns the value of attribute log_file_url.



2966
2967
2968
# File 'lib/kaltura_client.rb', line 2966

def log_file_url
  @log_file_url
end

#num_of_entriesObject

Returns the value of attribute num_of_entries.



2964
2965
2966
# File 'lib/kaltura_client.rb', line 2964

def num_of_entries
  @num_of_entries
end

#num_of_objectsObject

Returns the value of attribute num_of_objects.



2976
2977
2978
# File 'lib/kaltura_client.rb', line 2976

def num_of_objects
  @num_of_objects
end

#resultsObject

Returns the value of attribute results.



2970
2971
2972
# File 'lib/kaltura_client.rb', line 2970

def results
  @results
end

#statusObject

Returns the value of attribute status.



2965
2966
2967
# File 'lib/kaltura_client.rb', line 2965

def status
  @status
end

#uploaded_byObject

Returns the value of attribute uploaded_by.



2961
2962
2963
# File 'lib/kaltura_client.rb', line 2961

def uploaded_by
  @uploaded_by
end

#uploaded_by_user_idObject

Returns the value of attribute uploaded_by_user_id.



2962
2963
2964
# File 'lib/kaltura_client.rb', line 2962

def uploaded_by_user_id
  @uploaded_by_user_id
end

#uploaded_onObject

Returns the value of attribute uploaded_on.



2963
2964
2965
# File 'lib/kaltura_client.rb', line 2963

def uploaded_on
  @uploaded_on
end