Class: RemindersTxtVoice
Instance Attribute Summary
Attributes inherited from RemindersTxt
#dx, #reminders
Instance Method Summary
collapse
#add, #after, #before, #find, #initialize, #this_week, #this_year, #to_s, #to_xml, #upcoming, #updated?
Constructor Details
This class inherits a constructor from RemindersTxt
Instance Method Details
#today ⇒ Object
300
|
# File 'lib/reminders_txt.rb', line 300
def today() plain_talk(super) end
|
#tomorrow ⇒ Object
301
|
# File 'lib/reminders_txt.rb', line 301
def tomorrow() plain_talk(super) end
|
#weekahead ⇒ Object
299
|
# File 'lib/reminders_txt.rb', line 299
def weekahead() plain_talk(super) end
|