Module: Legion::Extensions::ElasticAppSearch::Runners::ClickThrough

Includes:
Helpers::Client, Helpers::Lex
Defined in:
lib/legion/extensions/elastic_app_search/runners/click_through.rb

Instance Method Summary collapse

Methods included from Helpers::Client

#client

Instance Method Details

#log(engine_name:, data:, **opts) ⇒ Object



8
9
10
# File 'lib/legion/extensions/elastic_app_search/runners/click_through.rb', line 8

def log(engine_name:, data:, **opts)
  client(opts).log_click_through(engine_name, data)
end