Sha256: fef8c0225f7ed472af64effc99827f1ea6485ac7cff5c97ebd276d2ecc914223
Contents?: true
Size: 183 Bytes
Versions: 3
Compression:
Stored size: 183 Bytes
Contents
module MistralClient class Health < Base PATH = ''.freeze def initialize(server) @server = server end def get @server.get(PATH.to_s) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mistral_client-1.3.0 | lib/mistral_client/health.rb |
mistral_client-1.2.1 | lib/mistral_client/health.rb |
mistral_client-1.2.0 | lib/mistral_client/health.rb |