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
8 9 10 |
# File 'lib/achoo/ui/date_choosers.rb', line 8 def date_chooser DateChooser.new.choose end |
#month_chooser ⇒ Object
16 17 18 |
# File 'lib/achoo/ui/date_choosers.rb', line 16 def month_chooser MonthChooser.new.choose end |
#optionally_ranged_date_chooser ⇒ Object
12 13 14 |
# File 'lib/achoo/ui/date_choosers.rb', line 12 def optionally_ranged_date_chooser OptionallyRangedDateChooser.new.choose end |