Class: Untappd::Configuration
- Inherits:
-
Object
- Object
- Untappd::Configuration
- Defined in:
- lib/untappd/config.rb
Instance Attribute Summary collapse
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#gmt_offset ⇒ Object
Returns the value of attribute gmt_offset.
-
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
Instance Attribute Details
#base_uri ⇒ Object
Returns the value of attribute base_uri.
21 22 23 |
# File 'lib/untappd/config.rb', line 21 def base_uri @base_uri end |
#client_id ⇒ Object
Returns the value of attribute client_id.
21 22 23 |
# File 'lib/untappd/config.rb', line 21 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
21 22 23 |
# File 'lib/untappd/config.rb', line 21 def client_secret @client_secret end |
#gmt_offset ⇒ Object
Returns the value of attribute gmt_offset.
21 22 23 |
# File 'lib/untappd/config.rb', line 21 def gmt_offset @gmt_offset end |
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
21 22 23 |
# File 'lib/untappd/config.rb', line 21 def redirect_url @redirect_url end |