Class: ActsAsHocUser::Configuration
- Inherits:
-
Object
- Object
- ActsAsHocUser::Configuration
- Defined in:
- lib/acts_as_hoc_user/configuration.rb
Instance Attribute Summary collapse
-
#acts_as_hoc_user_secret ⇒ Object
Returns the value of attribute acts_as_hoc_user_secret.
-
#min_password_length ⇒ Object
Returns the value of attribute min_password_length.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
4 5 |
# File 'lib/acts_as_hoc_user/configuration.rb', line 4 def initialize end |
Instance Attribute Details
#acts_as_hoc_user_secret ⇒ Object
Returns the value of attribute acts_as_hoc_user_secret.
3 4 5 |
# File 'lib/acts_as_hoc_user/configuration.rb', line 3 def acts_as_hoc_user_secret @acts_as_hoc_user_secret end |
#min_password_length ⇒ Object
Returns the value of attribute min_password_length.
3 4 5 |
# File 'lib/acts_as_hoc_user/configuration.rb', line 3 def min_password_length @min_password_length end |