module Gummi module API def self.client @client ||= ::Elasticsearch::Client.new log: false end end end