Class: BookingSync::Rental

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

Instance Method Summary collapse

Methods included from Pagination

included

Instance Method Details

#bookingsObject



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

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