Class: RemindersTxtVoice

Inherits:
RemindersTxt show all
Defined in:
lib/reminders_txt.rb

Instance Attribute Summary

Attributes inherited from RemindersTxt

#dx, #reminders

Instance Method Summary collapse

Methods inherited from RemindersTxt

#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

#todayObject



300
# File 'lib/reminders_txt.rb', line 300

def today()     plain_talk(super) end

#tomorrowObject



301
# File 'lib/reminders_txt.rb', line 301

def tomorrow()  plain_talk(super) end

#weekaheadObject



299
# File 'lib/reminders_txt.rb', line 299

def weekahead() plain_talk(super) end