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