Class: DeviseMeteor::Configuration
- Inherits:
-
Object
- Object
- DeviseMeteor::Configuration
- Defined in:
- lib/devise_meteor.rb
Instance Attribute Summary collapse
-
#option ⇒ Object
Returns the value of attribute option.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
33 34 35 |
# File 'lib/devise_meteor.rb', line 33 def initialize @option = 'default_option' end |
Instance Attribute Details
#option ⇒ Object
Returns the value of attribute option.
31 32 33 |
# File 'lib/devise_meteor.rb', line 31 def option @option end |