Class: Ruboty::Handlers::IssueChecker

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/handlers/issue_checker.rb

Instance Method Summary collapse

Instance Method Details

#hogeObject



11
12
13
# File 'lib/ruboty/handlers/issue_checker.rb', line 11

def hoge
  'Hoge Hoge.'
end

#patrol(message) ⇒ Object



7
8
9
# File 'lib/ruboty/handlers/issue_checker.rb', line 7

def patrol(message)
  Ruboty::IssueChecker::Actions::Patrol.new(message).call
end