Class: WorkflowTemplate::Action::Simple::Unprepared

Inherits:
Validated::Unprepared show all
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

#name

Instance Method Summary collapse

Methods inherited from Validated::Unprepared

#describe, #initialize, normalize_validation_names

Methods included from Abstract::Named

#initialize

Methods included from Abstract

#describe

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