Class: HotelBeds::Model::Price

Inherits:
Object
  • Object
show all
Includes:
HotelBeds::Model
Defined in:
lib/hotel_beds/model/price.rb

Instance Method Summary collapse

Methods included from HotelBeds::Model

#deep_attributes, included

Instance Method Details

#datesObject



13
14
15
# File 'lib/hotel_beds/model/price.rb', line 13

def dates
  (from..to).to_a
end