Class: Notes::Options::Current

Inherits:
BaseOption show all
Defined in:
lib/notes/options/current.rb

Instance Method Summary collapse

Methods inherited from BaseOption

#options

Instance Method Details

#descriptionObject



8
9
10
# File 'lib/notes/options/current.rb', line 8

def description
  'Specified action will only be applied to notes with due date that is after or coincides with the current day.'
end

#nameObject



4
5
6
# File 'lib/notes/options/current.rb', line 4

def name
  Notes::Options::CURRENT
end