class Tickethub::Channel::Order
Public Instance Methods
confirm(params = {})
click to toggle source
# File lib/tickethub/channel/order.rb, line 35 def confirm(params = {}) self.load @endpoint[:confirm].post(params) end