Class: CoinbaseCommerceClient::Configuration
- Inherits:
-
Object
- Object
- CoinbaseCommerceClient::Configuration
- Defined in:
- lib/coinbase_commerce_client/client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/coinbase_commerce_client/client.rb', line 8 def initialize @api_key = nil end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/coinbase_commerce_client/client.rb', line 6 def api_key @api_key end |