Module: Cnvrg::Downloader

Defined in:
lib/cnvrg/downloader/client.rb,
lib/cnvrg/downloader/clients/s3_client.rb,
lib/cnvrg/downloader/clients/gcp_client.rb,
lib/cnvrg/downloader/clients/azure_client.rb

Defined Under Namespace

Modules: Clients Classes: Client

Constant Summary collapse

OLD_SERVER_VERSION_MESSAGE =
"Your server version is not relevant for this cli version please contact support for further help."

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket.



5
6
7
# File 'lib/cnvrg/downloader/client.rb', line 5

def bucket
  @bucket
end

#clientObject

Returns the value of attribute client.



5
6
7
# File 'lib/cnvrg/downloader/client.rb', line 5

def client
  @client
end