Class: HotelBeds::PurchaseFlush::Envelope

Inherits:
Action::Envelope show all
Defined in:
lib/hotel_beds/purchase_flush/envelope.rb

Instance Method Summary collapse

Instance Method Details

#attributesObject



6
7
8
9
10
11
12
# File 'lib/hotel_beds/purchase_flush/envelope.rb', line 6

def attributes
  {
    :Language => language,
    :@version => "2013/12",
    :@purchaseToken => purchase_token
  }
end