Method: Alman::Booking.update

Defined in:
lib/alman/resources/booking.rb

.update(booking_id, params = {}, headers = {}) ⇒ Object



25
26
27
28
# File 'lib/alman/resources/booking.rb', line 25

def self.update(booking_id, params={}, headers={})
  res = client.bookings.update(booking_id, params, headers)
  res
end