Class: Opera::Operation::Instructions::Executors::Validate

Inherits:
Executor
  • Object
show all
Defined in:
lib/opera/operation/instructions/executors/validate.rb

Instance Attribute Summary

Attributes inherited from Executor

#operation

Instance Method Summary collapse

Methods inherited from Executor

#add_instruction_output, #call, #config, #context, #evaluate_instructions, #initialize, #production_mode?, #reporter, #result

Constructor Details

This class inherits a constructor from Opera::Operation::Executor

Instance Method Details

#break_conditionObject



8
9
10
# File 'lib/opera/operation/instructions/executors/validate.rb', line 8

def break_condition
  operation.finished?
end