Class: QcloudCos::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/qcloud_cos/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



3
4
5
# File 'lib/qcloud_cos/configuration.rb', line 3

def app_id
  @app_id
end

#bucketObject

Returns the value of attribute bucket.



3
4
5
# File 'lib/qcloud_cos/configuration.rb', line 3

def bucket
  @bucket
end

#endpointObject

Returns the value of attribute endpoint.



3
4
5
# File 'lib/qcloud_cos/configuration.rb', line 3

def endpoint
  @endpoint
end

#max_retry_timesObject

Returns the value of attribute max_retry_times.



3
4
5
# File 'lib/qcloud_cos/configuration.rb', line 3

def max_retry_times
  @max_retry_times
end

#secret_idObject

Returns the value of attribute secret_id.



3
4
5
# File 'lib/qcloud_cos/configuration.rb', line 3

def secret_id
  @secret_id
end

#secret_keyObject

Returns the value of attribute secret_key.



3
4
5
# File 'lib/qcloud_cos/configuration.rb', line 3

def secret_key
  @secret_key
end

#ssl_ca_fileObject

Returns the value of attribute ssl_ca_file.



3
4
5
# File 'lib/qcloud_cos/configuration.rb', line 3

def ssl_ca_file
  @ssl_ca_file
end