Class: VagrantCloud::Box::Provider::DirectUpload

Inherits:
Struct
  • Object
show all
Defined in:
lib/vagrant_cloud/box/provider.rb

Overview

Result for upload requests to upload directly to the storage backend.

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



11
12
13
# File 'lib/vagrant_cloud/box/provider.rb', line 11

def callback
  @callback
end

#callback_urlObject

Returns the value of attribute callback_url

Returns:

  • (Object)

    the current value of callback_url



11
12
13
# File 'lib/vagrant_cloud/box/provider.rb', line 11

def callback_url
  @callback_url
end

#upload_urlObject

Returns the value of attribute upload_url

Returns:

  • (Object)

    the current value of upload_url



11
12
13
# File 'lib/vagrant_cloud/box/provider.rb', line 11

def upload_url
  @upload_url
end