Module: Doodler::Notification
- Included in:
- Strategy
- Defined in:
- lib/doodler/notification.rb
Instance Method Summary collapse
Instance Method Details
#notify_complete ⇒ Object
7 8 9 |
# File 'lib/doodler/notification.rb', line 7 def notify_complete puts "Doodler completes drawing! Image is saved in image\/render\/output.png \n" end |
#notify_start ⇒ Object
3 4 5 |
# File 'lib/doodler/notification.rb', line 3 def notify_start puts "Doodler starts drawing! ...\n" end |