Class: WhatIs::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/what_is/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dictionary_api_keyObject

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_keyObject

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