Module: Orchestrated::InstanceMethods

Defined in:
lib/orchestrated/object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#orchestrationObject

set by the framework (Orchestration) before an orchestrated method is called cleared (nil) outside such a call



6
7
8
# File 'lib/orchestrated/object.rb', line 6

def orchestration
  @orchestration
end