Class: WhatIs::Configuration
- Inherits:
-
Object
- Object
- WhatIs::Configuration
- Defined in:
- lib/what_is/configuration.rb
Instance Attribute Summary collapse
-
#dictionary_api_key ⇒ Object
Returns the value of attribute dictionary_api_key.
-
#thesaurus_api_key ⇒ Object
Returns the value of attribute thesaurus_api_key.
Instance Attribute Details
#dictionary_api_key ⇒ Object
Returns the value of attribute dictionary_api_key.
3 4 5 |
# File 'lib/what_is/configuration.rb', line 3 def dictionary_api_key @dictionary_api_key end |
#thesaurus_api_key ⇒ Object
Returns the value of attribute thesaurus_api_key.
3 4 5 |
# File 'lib/what_is/configuration.rb', line 3 def thesaurus_api_key @thesaurus_api_key end |