Class: PropelAuth::Configuration
- Inherits:
-
Object
- Object
- PropelAuth::Configuration
- Defined in:
- lib/propelauth.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#auth_url ⇒ Object
Returns the value of attribute auth_url.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
150 151 152 |
# File 'lib/propelauth.rb', line 150 def api_key @api_key end |
#auth_url ⇒ Object
Returns the value of attribute auth_url.
151 152 153 |
# File 'lib/propelauth.rb', line 151 def auth_url @auth_url end |
#public_key ⇒ Object
Returns the value of attribute public_key.
151 152 153 |
# File 'lib/propelauth.rb', line 151 def public_key @public_key end |