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, #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

#todayObject



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

def today()     plain_talk(super) end

#tomorrowObject



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

def tomorrow()  plain_talk(super) end

#weekaheadObject



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

def weekahead() plain_talk(super) end