module YouCanBookMe::Client::Bookings

Public Instance Methods

index(params = {}) click to toggle source
# File lib/YouCanBookMe/client/bookings.rb, line 10
def index(params = {})
  get('/bookings', params)
end