Class: RubyEventStore::Outbox::CleanupStrategies::None
- Inherits:
-
Object
- Object
- RubyEventStore::Outbox::CleanupStrategies::None
- Defined in:
- lib/ruby_event_store/outbox/cleanup_strategies/none.rb
Instance Method Summary collapse
- #call(_fetch_specification) ⇒ Object
-
#initialize ⇒ None
constructor
A new instance of None.
Constructor Details
#initialize ⇒ None
Returns a new instance of None.
7 8 |
# File 'lib/ruby_event_store/outbox/cleanup_strategies/none.rb', line 7 def initialize end |
Instance Method Details
#call(_fetch_specification) ⇒ Object
10 11 12 |
# File 'lib/ruby_event_store/outbox/cleanup_strategies/none.rb', line 10 def call(_fetch_specification) :ok end |