Class: TicketNetwork::Checkout::Customer

Inherits:
Base
  • Object
show all
Defined in:
lib/ticket_network/checkout/customer.rb

Defined Under Namespace

Classes: Parser

Class Method Summary collapse

Methods inherited from Base

action, defaults, get, post, service

Class Method Details

.find(customer_id) ⇒ Object



29
30
31
# File 'lib/ticket_network/checkout/customer.rb', line 29

def find(customer_id)
  fetch(:customer_id => :customer_id)
end