Class: Notes::Options::DueDate
- Inherits:
-
BaseOption
- Object
- BaseOption
- Notes::Options::DueDate
- Defined in:
- lib/notes/options/due_date.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/notes/options/due_date.rb', line 8 def description 'Specify the due date for the note' end |
#name ⇒ Object
4 5 6 |
# File 'lib/notes/options/due_date.rb', line 4 def name Notes::Options::DUE_DATE end |
#options ⇒ Object
12 13 14 |
# File 'lib/notes/options/due_date.rb', line 12 def {:type => String, :multi => false } end |