Class: RecsoluLoginClient::Configuration
- Inherits:
-
Object
- Object
- RecsoluLoginClient::Configuration
- Defined in:
- lib/recsolu_login_client/configuration.rb
Class Attribute Summary collapse
-
.app_id ⇒ Object
Returns the value of attribute app_id.
-
.app_provider_url ⇒ Object
Returns the value of attribute app_provider_url.
-
.app_secret ⇒ Object
Returns the value of attribute app_secret.
-
.app_user_model ⇒ Object
Returns the value of attribute app_user_model.
Class Attribute Details
.app_id ⇒ Object
Returns the value of attribute app_id.
4 5 6 |
# File 'lib/recsolu_login_client/configuration.rb', line 4 def app_id @app_id end |
.app_provider_url ⇒ Object
Returns the value of attribute app_provider_url.
4 5 6 |
# File 'lib/recsolu_login_client/configuration.rb', line 4 def app_provider_url @app_provider_url end |
.app_secret ⇒ Object
Returns the value of attribute app_secret.
4 5 6 |
# File 'lib/recsolu_login_client/configuration.rb', line 4 def app_secret @app_secret end |
.app_user_model ⇒ Object
Returns the value of attribute app_user_model.
4 5 6 |
# File 'lib/recsolu_login_client/configuration.rb', line 4 def app_user_model @app_user_model end |