Class: Yaso::Flows::Rollback

Inherits:
Classic
  • Object
show all
Defined in:
lib/yaso/flows/rollback.rb

Instance Method Summary collapse

Methods inherited from Classic

call, #initialize

Constructor Details

This class inherits a constructor from Yaso::Flows::Classic

Instance Method Details

#callObject



4
5
6
7
# File 'lib/yaso/flows/rollback.rb', line 4

def call
  super
  logicals.detect { |step| !step.is_a?(Steps::Failure) }
end