class Ruboty::Handlers::WikiSearch
Public Instance Methods
search(message)
click to toggle source
# File lib/ruboty/handlers/wiki_search.rb, line 22 def search(message) action(message).search end
sync(message)
click to toggle source
# File lib/ruboty/handlers/wiki_search.rb, line 18 def sync(message) action(message).sync end
Private Instance Methods
action(message)
click to toggle source
# File lib/ruboty/handlers/wiki_search.rb, line 28 def action(message) Ruboty::WikiSearch::Actions::WikiSearch.new(message) end