Class: FatsecretLite::Configuration
- Inherits:
-
Object
- Object
- FatsecretLite::Configuration
- Defined in:
- lib/fatsecret_lite.rb,
lib/fatsecret_lite/configuration.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
10 11 12 13 |
# File 'lib/fatsecret_lite.rb', line 10 def initialize @client_id = nil @client_secret = nil end |
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
8 9 10 |
# File 'lib/fatsecret_lite.rb', line 8 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
8 9 10 |
# File 'lib/fatsecret_lite.rb', line 8 def client_secret @client_secret end |