Module: WorkflowTemplate::Workflow::ClassMethods
- Included in:
- WorkflowTemplate::Workflow
- Defined in:
- lib/workflow_template/workflow.rb
Instance Attribute Summary collapse
-
#impl ⇒ Object
readonly
Returns the value of attribute impl.
Instance Method Summary collapse
Instance Attribute Details
#impl ⇒ Object (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
#freeze ⇒ Object
56 57 58 59 |
# File 'lib/workflow_template/workflow.rb', line 56 def freeze @impl = new.freeze super end |