Class: TencentTrustsql::Config
- Inherits:
-
Object
- Object
- TencentTrustsql::Config
- Defined in:
- lib/tencent_trustsql/config.rb
Instance Attribute Summary collapse
-
#mch_id ⇒ Object
Returns the value of attribute mch_id.
-
#mch_private_key ⇒ Object
Returns the value of attribute mch_private_key.
-
#mch_private_key_local ⇒ Object
Returns the value of attribute mch_private_key_local.
Instance Attribute Details
#mch_id ⇒ Object
Returns the value of attribute mch_id.
27 28 29 |
# File 'lib/tencent_trustsql/config.rb', line 27 def mch_id @mch_id end |
#mch_private_key ⇒ Object
Returns the value of attribute mch_private_key.
27 28 29 |
# File 'lib/tencent_trustsql/config.rb', line 27 def mch_private_key @mch_private_key end |
#mch_private_key_local ⇒ Object
Returns the value of attribute mch_private_key_local.
27 28 29 |
# File 'lib/tencent_trustsql/config.rb', line 27 def mch_private_key_local @mch_private_key_local end |