Method: HolidayList::Params#params_hash
- Defined in:
- lib/holiday_list/params.rb
#params_hash ⇒ Object
21 22 23 24 25 26 27 28 29 |
# File 'lib/holiday_list/params.rb', line 21 def params_hash { key: key, orderBy: order_by, singleEvents: single_events, timeMin: time_min, timeMax: time_max } end |