Class: BookingSync::Rental
- Includes:
- Pagination
- Defined in:
- lib/bookingsync/rental.rb
Instance Method Summary collapse
Methods included from Pagination
Instance Method Details
#bookings ⇒ Object
5 6 7 |
# File 'lib/bookingsync/rental.rb', line 5 def bookings Booking.find_all_across_pages(:from => "/rentals/#{id}/bookings.xml") end |