Class: Kaltura::KalturaUploadResponse
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaUploadResponse
- Defined in:
- lib/kaltura_client.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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code.
5881 5882 5883 |
# File 'lib/kaltura_client.rb', line 5881 def error_code @error_code end |
#error_description ⇒ Object
Returns the value of attribute error_description.
5882 5883 5884 |
# File 'lib/kaltura_client.rb', line 5882 def error_description @error_description end |
#file_size ⇒ Object
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_id ⇒ Object
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 |