Class: Sbmt::Outbox::RetryStrategies::NoDelay

Inherits:
Base show all
Defined in:
app/interactors/sbmt/outbox/retry_strategies/no_delay.rb

Instance Method Summary collapse

Methods inherited from DryInteractor

call

Instance Method Details

#callObject



7
8
9
# File 'app/interactors/sbmt/outbox/retry_strategies/no_delay.rb', line 7

def call
  Success()
end