Class: WorkflowToHash::Workflow

Inherits:
Object
  • Object
show all
Defined in:
lib/workflow_to_hash/workflow.rb

Class Method Summary collapse

Class Method Details

.for(workflow) ⇒ Object



4
5
6
# File 'lib/workflow_to_hash/workflow.rb', line 4

def self.for(workflow)
  new(workflow).send(:to_hash)
end