class Tickethub::Supplier::Product
Public Instance Methods
dates(from, to, booking = {})
click to toggle source
# File lib/tickethub/supplier/product.rb, line 53 def dates(from, to, booking = {}) @endpoint[:dates].get(from: from, to: to, booking: booking).decoded end