Method: WorkflowStep_Shim#result

Defined in:
lib/openstudio/workflow_json.rb

#resultObject



164
165
166
167
168
169
170
# File 'lib/openstudio/workflow_json.rb', line 164

def result
  if @step[:result]
    Optional_Shim.new(WorkflowStepResult_Shim.new(@step[:result]))
  else
    Optional_Shim.new(nil)
  end
end