Class: Rodbot::Services::Schedule
- Inherits:
-
Object
- Object
- Rodbot::Services::Schedule
- Defined in:
- lib/rodbot/services/schedule.rb
Instance Method Summary collapse
Instance Method Details
#tasks ⇒ Object
10 11 12 13 |
# File 'lib/rodbot/services/schedule.rb', line 10 def tasks(**) puts "Starting schedule service" [method(:run)] end |