Class: Ask::Auth::Configuration
- Inherits:
-
Object
- Object
- Ask::Auth::Configuration
- Defined in:
- lib/ask/auth.rb
Overview
Holds configuration for the resolution chain.
Instance Attribute Summary collapse
-
#providers ⇒ Object
Returns the value of attribute providers.
Instance Method Summary collapse
-
#initialize(providers: []) ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(providers: []) ⇒ Configuration
Returns a new instance of Configuration.
123 124 125 |
# File 'lib/ask/auth.rb', line 123 def initialize(providers: []) @providers = providers end |
Instance Attribute Details
#providers ⇒ Object
Returns the value of attribute providers.
121 122 123 |
# File 'lib/ask/auth.rb', line 121 def providers @providers end |