class EventStoreClient::HTTP::Commands::PersistentSubscriptions::Ack

Public Instance Methods

call(url) click to toggle source
# File lib/event_store_client/adapters/http/commands/persistent_subscriptions/ack.rb, line 8
def call(url)
  connection.call(:post, url)
end