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