Class: OAuthAdapter::Application
- Inherits:
-
Struct
- Object
- Struct
- OAuthAdapter::Application
- Defined in:
- lib/oauth_adapter/config.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.
-
#site ⇒ Object
Returns the value of attribute site.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id
12 13 14 |
# File 'lib/oauth_adapter/config.rb', line 12 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
12 13 14 |
# File 'lib/oauth_adapter/config.rb', line 12 def client_secret @client_secret end |
#site ⇒ Object
Returns the value of attribute site
12 13 14 |
# File 'lib/oauth_adapter/config.rb', line 12 def site @site end |