lib/mistral_client/health.rb in mistral_client-1.3.0 vs lib/mistral_client/health.rb in mistral_client-2.0.0

- old
+ new

@@ -1,9 +1,10 @@ module MistralClient class Health < Base PATH = ''.freeze def initialize(server) + super() @server = server end def get @server.get(PATH.to_s)