Class: BeValid::Configuration
- Inherits:
-
Object
- Object
- BeValid::Configuration
- Defined in:
- lib/be_valid/be_valid.rb
Instance Attribute Summary collapse
-
#notice_rules ⇒ Object
Returns the value of attribute notice_rules.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
14 15 16 |
# File 'lib/be_valid/be_valid.rb', line 14 def initialize @notice_rules= [] end |
Instance Attribute Details
#notice_rules ⇒ Object
Returns the value of attribute notice_rules.
12 13 14 |
# File 'lib/be_valid/be_valid.rb', line 12 def notice_rules @notice_rules end |