Class: Kaltura::Response::UploadResponse
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::Response::UploadResponse
- Defined in:
- lib/kaltura/response.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_description ⇒ Object
Returns the value of attribute error_description.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#upload_token_id ⇒ Object
Returns the value of attribute upload_token_id.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code.
77 78 79 |
# File 'lib/kaltura/response.rb', line 77 def error_code @error_code end |
#error_description ⇒ Object
Returns the value of attribute error_description.
78 79 80 |
# File 'lib/kaltura/response.rb', line 78 def error_description @error_description end |
#file_size ⇒ Object
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_id ⇒ Object
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 |