Class: TencentCosSdk::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



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

def host
  @host
end

#parent_pathObject

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_idObject

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_keyObject

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