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.



2424
2425
2426
# File 'lib/kaltura_client.rb', line 2424

def error_code
  @error_code
end

#error_descriptionObject

Returns the value of attribute error_description.



2425
2426
2427
# File 'lib/kaltura_client.rb', line 2425

def error_description
  @error_description
end

#file_sizeObject

Returns the value of attribute file_size.



2423
2424
2425
# File 'lib/kaltura_client.rb', line 2423

def file_size
  @file_size
end

#upload_token_idObject

Returns the value of attribute upload_token_id.



2422
2423
2424
# File 'lib/kaltura_client.rb', line 2422

def upload_token_id
  @upload_token_id
end