Class: Rubyists::Leopard::NatsServiceDiscovery::Operation::Stats
- Inherits:
-
Verb
- Object
- Trailblazer::Operation
- Verb
- Rubyists::Leopard::NatsServiceDiscovery::Operation::Stats
- Defined in:
- lib/leopard/nats_service_discovery/operation/stats.rb
Overview
Collects $SRV.STATS responses.
On success, the result exposes :responses.
Instance Method Summary collapse
Methods inherited from Verb
Instance Method Details
#public_send_verb(discovery) ⇒ Array<Hash>
18 19 20 |
# File 'lib/leopard/nats_service_discovery/operation/stats.rb', line 18 def public_send_verb(discovery, **) discovery.stats(**) end |