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.
2424 2425 2426 |
# File 'lib/kaltura_client.rb', line 2424 def error_code @error_code end |
#error_description ⇒ Object
Returns the value of attribute error_description.
2425 2426 2427 |
# File 'lib/kaltura_client.rb', line 2425 def error_description @error_description end |
#file_size ⇒ Object
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_id ⇒ Object
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 |