Class: WhatIMean::Configuration
- Inherits:
-
Object
- Object
- WhatIMean::Configuration
- Defined in:
- lib/whatimean.rb
Overview
Configuration
Where you configure WhatIMean.
Instance Attribute Summary collapse
-
#api_key ⇒ Object
The Google Console API key for your project.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
29 30 31 |
# File 'lib/whatimean.rb', line 29 def initialize @api_key = 'MY_API_KEY' end |
Instance Attribute Details
#api_key ⇒ Object
The Google Console API key for your project.
27 28 29 |
# File 'lib/whatimean.rb', line 27 def api_key @api_key end |