Class: Contrib::Auth::Configuration
- Inherits:
-
Object
- Object
- Contrib::Auth::Configuration
- Defined in:
- lib/contrib/auth/configuration.rb
Instance Attribute Summary collapse
-
#provider ⇒ Object
Returns the value of attribute provider.
Instance Method Summary collapse
-
#initialize(provider = nil) ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(provider = nil) ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/contrib/auth/configuration.rb', line 6 def initialize(provider = nil) self.provider = provider end |
Instance Attribute Details
#provider ⇒ Object
Returns the value of attribute provider.
4 5 6 |
# File 'lib/contrib/auth/configuration.rb', line 4 def provider @provider end |