Class: WorkflowTemplate::Action::Simple::Unprepared
- Inherits:
-
Validated::Unprepared
- Object
- Validated::Unprepared
- WorkflowTemplate::Action::Simple::Unprepared
- Defined in:
- lib/workflow_template/action/simple.rb
Instance Attribute Summary
Attributes inherited from Validated::Unprepared
#defaults, #state_transition_strategy, #validates
Attributes included from Abstract::Named
Instance Method Summary collapse
Methods inherited from Validated::Unprepared
#describe, #initialize, normalize_validation_names
Methods included from Abstract::Named
Methods included from Abstract
Constructor Details
This class inherits a constructor from WorkflowTemplate::Action::Validated::Unprepared
Instance Method Details
#prepare(validations) ⇒ Object
9 10 11 |
# File 'lib/workflow_template/action/simple.rb', line 9 def prepare(validations) Prepared.instance(self, validations) end |