Method: Tencent::Cloud::Client#initialize
- Defined in:
- lib/tencent/cloud/client.rb
#initialize(region, secret_id, secret_key, **options) ⇒ Client
Returns a new instance of Client.
17 18 19 20 21 22 |
# File 'lib/tencent/cloud/client.rb', line 17 def initialize(region, secret_id, secret_key, **) @secret_id = secret_id @region = region @secret_key = secret_key @options = end |