Class: GoGoodreads::Config
- Inherits:
-
Object
- Object
- GoGoodreads::Config
- Defined in:
- lib/go_goodreads/config.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.secret ⇒ Object
Returns the value of attribute secret.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/go_goodreads/config.rb', line 4 def api_key @api_key end |
.secret ⇒ Object
Returns the value of attribute secret.
5 6 7 |
# File 'lib/go_goodreads/config.rb', line 5 def secret @secret end |