Class: FatSecret::Config
- Inherits:
-
Object
- Object
- FatSecret::Config
- Defined in:
- lib/fat_secret/config.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#shared_secret ⇒ Object
Returns the value of attribute shared_secret.
Instance Method Summary collapse
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
3 4 5 |
# File 'lib/fat_secret/config.rb', line 3 def access_key @access_key end |
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
3 4 5 |
# File 'lib/fat_secret/config.rb', line 3 def consumer_key @consumer_key end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/fat_secret/config.rb', line 3 def logger @logger end |
#shared_secret ⇒ Object
Returns the value of attribute shared_secret.
3 4 5 |
# File 'lib/fat_secret/config.rb', line 3 def shared_secret @shared_secret end |
Instance Method Details
#uri ⇒ Object
5 6 7 |
# File 'lib/fat_secret/config.rb', line 5 def uri 'http://platform.fatsecret.com/rest/server.api' end |