Class: EventStoreClient::HTTP::Commands::PersistentSubscriptions::Ack
- Inherits:
-
Command
- Object
- Command
- EventStoreClient::HTTP::Commands::PersistentSubscriptions::Ack
- Defined in:
- lib/event_store_client/adapters/http/commands/persistent_subscriptions/ack.rb
Instance Method Summary collapse
Methods inherited from Command
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 |