Class: TencentCosSdk::Configuration
- Inherits:
-
Object
- Object
- TencentCosSdk::Configuration
- Defined in:
- lib/tencent_cos_sdk/configuration.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#parent_path ⇒ Object
Returns the value of attribute parent_path.
-
#secret_id ⇒ Object
Returns the value of attribute secret_id.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/tencent_cos_sdk/configuration.rb', line 3 def host @host end |
#parent_path ⇒ Object
Returns the value of attribute parent_path.
3 4 5 |
# File 'lib/tencent_cos_sdk/configuration.rb', line 3 def parent_path @parent_path end |
#secret_id ⇒ Object
Returns the value of attribute secret_id.
3 4 5 |
# File 'lib/tencent_cos_sdk/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/tencent_cos_sdk/configuration.rb', line 3 def secret_key @secret_key end |