Class: BookingSync::Booking
- Inherits:
-
Base
- Object
- ActiveResource::Base
- Base
- BookingSync::Booking
- Includes:
- Pagination
- Defined in:
- lib/bookingsync/booking.rb
Instance Method Summary (collapse)
Methods included from Pagination
Instance Method Details
- (Object) client
9 10 11 |
# File 'lib/bookingsync/booking.rb', line 9 def client Client.find(client_id) if client_id end |
- (Object) rental
5 6 7 |
# File 'lib/bookingsync/booking.rb', line 5 def rental Rental.find(rental_id) end |