Class: GooglePerspective::Configuration
- Inherits:
-
Object
- Object
- GooglePerspective::Configuration
- Defined in:
- lib/google_perspective/config.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#models ⇒ Object
Returns the value of attribute models.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
14 15 16 |
# File 'lib/google_perspective/config.rb', line 14 def initialize @access_key = '' end |
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
12 13 14 |
# File 'lib/google_perspective/config.rb', line 12 def access_key @access_key end |
#models ⇒ Object
Returns the value of attribute models.
12 13 14 |
# File 'lib/google_perspective/config.rb', line 12 def models @models end |