class Lita::Handlers::OnewheelCve
Public Instance Methods
handle_cve(response)
click to toggle source
# File lib/lita/handlers/onewheel_cve.rb, line 14 def handle_cve(response) id = response.match_data['id'] url = config.search_url + id response.reply url end