Class: VagrantCloud::Box::Provider::DirectUpload
- Inherits:
-
Struct
- Object
- Struct
- VagrantCloud::Box::Provider::DirectUpload
- Defined in:
- lib/vagrant_cloud/box/provider.rb
Overview
Result for upload requests to upload directly to the storage backend.
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#upload_url ⇒ Object
Returns the value of attribute upload_url.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
11 12 13 |
# File 'lib/vagrant_cloud/box/provider.rb', line 11 def callback @callback end |
#callback_url ⇒ Object
Returns the value of attribute callback_url
11 12 13 |
# File 'lib/vagrant_cloud/box/provider.rb', line 11 def callback_url @callback_url end |
#upload_url ⇒ Object
Returns the value of attribute upload_url
11 12 13 |
# File 'lib/vagrant_cloud/box/provider.rb', line 11 def upload_url @upload_url end |