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