Class: Validic::Routine
- Inherits:
-
Object
- Object
- Validic::Routine
- Includes:
- Utils
- Defined in:
- lib/validic/routine.rb
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Routine
constructor
A new instance of Routine.
Methods included from Utils
Constructor Details
#initialize(attrs = {}) ⇒ Routine
Returns a new instance of Routine.
4 5 6 |
# File 'lib/validic/routine.rb', line 4 def initialize(attrs = {}) attributes_builder(attrs, self) end |