Sha256: f38b3a2800d36460aa5b7da455d28b25bb011adaa54fe653a069e571d2474362
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 Bytes
Contents
module MistralClient class Health < Base PATH = ''.freeze def initialize(server) super() @server = server end def get @server.get(PATH.to_s) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mistral_client-3.0.0 | lib/mistral_client/health.rb |
mistral_client-2.0.0 | lib/mistral_client/health.rb |