Class: BabyTooth::Configuration
- Inherits:
-
Object
- Object
- BabyTooth::Configuration
- Defined in:
- lib/baby_tooth.rb
Instance Attribute Summary collapse
-
#access_token_url ⇒ Object
Returns the value of attribute access_token_url.
-
#authorization_url ⇒ Object
Returns the value of attribute authorization_url.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Attribute Details
#access_token_url ⇒ Object
Returns the value of attribute access_token_url.
39 40 41 |
# File 'lib/baby_tooth.rb', line 39 def access_token_url @access_token_url end |
#authorization_url ⇒ Object
Returns the value of attribute authorization_url.
39 40 41 |
# File 'lib/baby_tooth.rb', line 39 def @authorization_url end |
#client_id ⇒ Object
Returns the value of attribute client_id.
39 40 41 |
# File 'lib/baby_tooth.rb', line 39 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
39 40 41 |
# File 'lib/baby_tooth.rb', line 39 def client_secret @client_secret end |
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
39 40 41 |
# File 'lib/baby_tooth.rb', line 39 def redirect_uri @redirect_uri end |
#site ⇒ Object
Returns the value of attribute site.
39 40 41 |
# File 'lib/baby_tooth.rb', line 39 def site @site end |