Class: Ruboty::Handlers::IssueChecker
- Inherits:
-
Base
- Object
- Base
- Ruboty::Handlers::IssueChecker
- Defined in:
- lib/ruboty/handlers/issue_checker.rb
Instance Method Summary collapse
Instance Method Details
#hoge ⇒ Object
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() Ruboty::IssueChecker::Actions::Patrol.new().call end |