class MuleSoft::BookingsAPI
- MuleSoft::BookingsAPI
- PlaceOS::Driver
- Reference
- Object
Defined in:
mulesoft/booking_api.crClass Method Summary
Instance Method Summary
- #check_current_booking
- #on_load
- #on_update
- #poll_bookings(random_delay : Bool = false)
- #query_bookings(venue_code : String, starts_at : Time = Time.local.at_beginning_of_day, ends_at : Time = Time.local.at_end_of_day)
- #query_bookings_epoch(venue_code : String, starts_at : Int32, ends_at : Int32)
Class Method Detail
Instance Method Detail
def query_bookings(venue_code : String, starts_at : Time = Time.local.at_beginning_of_day, ends_at : Time = Time.local.at_end_of_day)
#