Module: BookingSync::API::Client::Bookings
- Included in:
- BookingSync::API::Client
- Defined in:
- lib/bookingsync/api/client/bookings.rb
Instance Method Summary collapse
-
#bookings(options = {}) ⇒ Array<Sawyer::Resource>
List bookings.
Instance Method Details
#bookings(options = {}) ⇒ Array<Sawyer::Resource>
List bookings
Return public future bookings for the account user is authenticated with.
11 12 13 |
# File 'lib/bookingsync/api/client/bookings.rb', line 11 def bookings( = {}) get :bookings, end |