Class: QcloudCos::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ Object

Returns the value of attribute app_id.



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

def app_id
  @app_id
end

#bucket ⇒ Object

Returns the value of attribute bucket.



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

def bucket
  @bucket
end

#endpoint ⇒ Object

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

#max_retry_times ⇒ Object

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_id ⇒ Object

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_key ⇒ Object

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_file ⇒ Object

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