Class: BookingSync::Client

Inherits:
Base
  • Object
show all
Includes:
Pagination
Defined in:
lib/bookingsync/client.rb

Instance Method Summary collapse

Methods included from Pagination

included

Instance Method Details

#bookingsObject



5
6
7
# File 'lib/bookingsync/client.rb', line 5

def bookings
  Booking.find_all_across_pages(:from => "/clients/#{id}/bookings.xml")
end