class Safrano::Batch::HandlerBase

Huile d'olive extra

Constants

TREND

Public Instance Methods

allowed_transitions() click to toggle source
# File lib/odata/batch.rb, line 98
def allowed_transitions
  @allowed_transitions = [TREND]
end
transition_end(_match_result) click to toggle source
# File lib/odata/batch.rb, line 102
def transition_end(_match_result)
  Safrano::Transition::RESULT_END
end