Class: FatSecret::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/fat_secret/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#access_keyObject

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_keyObject

Returns the value of attribute consumer_key.



3
4
5
# File 'lib/fat_secret/config.rb', line 3

def consumer_key
  @consumer_key
end

#loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/fat_secret/config.rb', line 3

def logger
  @logger
end

#shared_secretObject

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

#uriObject



5
6
7
# File 'lib/fat_secret/config.rb', line 5

def uri
  'http://platform.fatsecret.com/rest/server.api'
end