module Legion::Extensions::ElasticAppSearch::Runners::ClickThrough
Public Instance Methods
log(engine_name:, data:, **opts)
click to toggle source
# 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