Class: Kaltura::KalturaUploadResponse

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

#error_codeObject

Returns the value of attribute error_code.



5881
5882
5883
# File 'lib/kaltura_client.rb', line 5881

def error_code
  @error_code
end

#error_descriptionObject

Returns the value of attribute error_description.



5882
5883
5884
# File 'lib/kaltura_client.rb', line 5882

def error_description
  @error_description
end

#file_sizeObject

Returns the value of attribute file_size.



5880
5881
5882
# File 'lib/kaltura_client.rb', line 5880

def file_size
  @file_size
end

#upload_token_idObject

Returns the value of attribute upload_token_id.



5879
5880
5881
# File 'lib/kaltura_client.rb', line 5879

def upload_token_id
  @upload_token_id
end