Class: ReminderSetter
- Inherits:
-
Cogibara::OperatorBase
- Object
- Cogibara::OperatorBase
- ReminderSetter
- Defined in:
- lib/cogibara/operators/reminder_setter.rb
Overview
require ‘twilio-ruby’
Instance Attribute Summary
Attributes inherited from Cogibara::OperatorBase
#clientID, #message_structure, #message_text, #operator_config
Instance Method Summary collapse
Methods inherited from Cogibara::OperatorBase
#confirm, #initialize, #process_file, #receive_message, #say
Constructor Details
This class inherits a constructor from Cogibara::OperatorBase
Instance Method Details
#process(message) ⇒ Object
4 5 6 7 |
# File 'lib/cogibara/operators/reminder_setter.rb', line 4 def process() "reminder setter heard #{.inspect}, set reminder for (nothing right now)" end |