Class: HotelBeds::Model::Room

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

Direct Known Subclasses

AvailableRoom, RequestedRoom

Instance Method Summary collapse

Methods included from HotelBeds::Model

#deep_attributes, included

Instance Method Details

#group_keyObject



25
26
27
# File 'lib/hotel_beds/model/room.rb', line 25

def group_key
  { adult_count: adult_count, child_count: child_count }
end