Class: EventStoreClient::HTTP::Commands::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/event_store_client/adapters/http/commands/command.rb

Class Method Summary collapse

Class Method Details

.inherited(klass) ⇒ Object



10
11
12
13
14
15
# File 'lib/event_store_client/adapters/http/commands/command.rb', line 10

def self.inherited(klass)
  super
  klass.class_eval do
    include Dry::Monads[:result]
  end
end