Class: Kaltura::Response::UploadResponse

Inherits:
ObjectBase
  • Object
show all
Defined in:
lib/kaltura/response.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code.



77
78
79
# File 'lib/kaltura/response.rb', line 77

def error_code
  @error_code
end

#error_descriptionObject

Returns the value of attribute error_description.



78
79
80
# File 'lib/kaltura/response.rb', line 78

def error_description
  @error_description
end

#file_sizeObject

Returns the value of attribute file_size.



76
77
78
# File 'lib/kaltura/response.rb', line 76

def file_size
  @file_size
end

#upload_token_idObject

Returns the value of attribute upload_token_id.



75
76
77
# File 'lib/kaltura/response.rb', line 75

def upload_token_id
  @upload_token_id
end