Class: QcloudCos::Configuration
- Inherits:
-
Object
- Object
- QcloudCos::Configuration
- Defined in:
- lib/qcloud_cos/configuration.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#max_retry_times ⇒ Object
Returns the value of attribute max_retry_times.
-
#secret_id ⇒ Object
Returns the value of attribute secret_id.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#ssl_ca_file ⇒ Object
Returns the value of attribute ssl_ca_file.
Instance Attribute Details
permalink #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 |
permalink #bucket ⇒ Object
Returns the value of attribute bucket.
3 4 5 |
# File 'lib/qcloud_cos/configuration.rb', line 3 def bucket @bucket end |
permalink #endpoint ⇒ Object
Returns the value of attribute endpoint.
3 4 5 |
# File 'lib/qcloud_cos/configuration.rb', line 3 def endpoint @endpoint end |
permalink #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 |
permalink #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 |
permalink #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 |
permalink #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 |