Class: Ruboty::Handlers::Todo
- Inherits:
-
Base
- Object
- Base
- Ruboty::Handlers::Todo
- Defined in:
- lib/ruboty/handlers/todo.rb
Instance Method Summary collapse
Instance Method Details
#add(message) ⇒ Object
26 27 28 |
# File 'lib/ruboty/handlers/todo.rb', line 26 def add() ::Ruboty::Todo::Actions::Add.new().call end |
#list(message) ⇒ Object
22 23 24 |
# File 'lib/ruboty/handlers/todo.rb', line 22 def list() ::Ruboty::Todo::Actions::List.new().call end |
#state(message) ⇒ Object
30 31 32 |
# File 'lib/ruboty/handlers/todo.rb', line 30 def state() ::Ruboty::Todo::Actions::State.new().call end |