Class: FrankResearcher::Configuration
- Inherits:
-
Object
- Object
- FrankResearcher::Configuration
- Defined in:
- lib/frank_researcher/configuration.rb
Instance Attribute Summary collapse
-
#google_api_key ⇒ Object
Returns the value of attribute google_api_key.
-
#google_cx ⇒ Object
Returns the value of attribute google_cx.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
15 16 17 18 |
# File 'lib/frank_researcher/configuration.rb', line 15 def initialize @google_api_key = 'google_api_key' @google_cx = 'google_cx' end |
Instance Attribute Details
#google_api_key ⇒ Object
Returns the value of attribute google_api_key.
12 13 14 |
# File 'lib/frank_researcher/configuration.rb', line 12 def google_api_key @google_api_key end |
#google_cx ⇒ Object
Returns the value of attribute google_cx.
13 14 15 |
# File 'lib/frank_researcher/configuration.rb', line 13 def google_cx @google_cx end |