Method: Parsec::Request::Hotel#fetch

Defined in:
lib/parsec/request/hotel.rb

#fetch(hotel_code) ⇒ Object



29
30
31
32
# File 'lib/parsec/request/hotel.rb', line 29

def fetch(hotel_code)
  hotels = hotel_search_request(hotel_ref: { '@HotelCode' => hotel_code })
  Parsec::Hotel.build(hotels.first)
end