Module: BookingSync::API::Client::Rentals
- Included in:
- BookingSync::API::Client
- Defined in:
- lib/bookingsync/api/client/rentals.rb
Instance Method Summary collapse
-
#rentals(options = {}) ⇒ Array<Sawyer::Resource>
List rentals.
Instance Method Details
#rentals(options = {}) ⇒ Array<Sawyer::Resource>
List rentals
Returns rentals for the account user is authenticated with.
16 17 18 |
# File 'lib/bookingsync/api/client/rentals.rb', line 16 def rentals( = {}) get :rentals, end |