Class: WorkflowTemplate::Action::Wrapper::Unprepared

Inherits:
Validated::Unprepared show all
Defined in:
lib/workflow_template/action/wrapper.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

#initialize, normalize_validation_names

Methods included from Abstract::Named

#initialize

Constructor Details

This class inherits a constructor from WorkflowTemplate::Action::Validated::Unprepared

Instance Method Details

#describe(nested_actions) ⇒ Object



14
15
16
# File 'lib/workflow_template/action/wrapper.rb', line 14

def describe(nested_actions)
  Description::Wrapper.instance(self, nested_actions)
end

#prepare(validations) ⇒ Object



10
11
12
# File 'lib/workflow_template/action/wrapper.rb', line 10

def prepare(validations)
  Prepared.instance(self, validations)
end