Module: Achoo::UI::DateChoosers
- Included in:
- Commands, RegisterHours
- Defined in:
- lib/achoo/ui/date_choosers.rb
Instance Method Summary collapse
Instance Method Details
#date_chooser ⇒ Object
9 10 11 |
# File 'lib/achoo/ui/date_choosers.rb', line 9 def date_chooser Achoo::UI::DateChooser.new.choose end |
#month_chooser ⇒ Object
17 18 19 |
# File 'lib/achoo/ui/date_choosers.rb', line 17 def month_chooser Achoo::UI::MonthChooser.new.choose end |
#optionally_ranged_date_chooser ⇒ Object
13 14 15 |
# File 'lib/achoo/ui/date_choosers.rb', line 13 def optionally_ranged_date_chooser Achoo::UI::OptionallyRangedDateChooser.new.choose end |