Class: Ruboty::Todo::Actions::Base
- Inherits:
-
Actions::Base
- Object
- Actions::Base
- Ruboty::Todo::Actions::Base
- Defined in:
- lib/ruboty/todo/actions/base.rb
Instance Attribute Summary collapse
-
#todo_list ⇒ Object
readonly
Returns the value of attribute todo_list.
Instance Method Summary collapse
Instance Attribute Details
#todo_list ⇒ Object (readonly)
Returns the value of attribute todo_list.
5 6 7 |
# File 'lib/ruboty/todo/actions/base.rb', line 5 def todo_list @todo_list end |
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'lib/ruboty/todo/actions/base.rb', line 7 def call @todo_list = ::Ruboty::Todo::List.new(.robot.brain) end |