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