Module: WorkflowTemplate::Workflow::ClassMethods

Included in:
WorkflowTemplate::Workflow
Defined in:
lib/workflow_template/workflow.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#implObject (readonly)

Returns the value of attribute impl.



54
55
56
# File 'lib/workflow_template/workflow.rb', line 54

def impl
  @impl
end

Instance Method Details

#freezeObject



56
57
58
59
# File 'lib/workflow_template/workflow.rb', line 56

def freeze
  @impl = new.freeze
  super
end