Class: EventStoreClient::HTTP::Commands::PersistentSubscriptions::Ack

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

Instance Method Summary collapse

Methods inherited from Command

inherited

Instance Method Details

#call(url) ⇒ Object



8
9
10
# File 'lib/event_store_client/adapters/http/commands/persistent_subscriptions/ack.rb', line 8

def call(url)
  connection.call(:post, url)
end