Class: TicketNetwork::Checkout::AddressType
- Defined in:
- lib/ticket_network/checkout/address_type.rb
Defined Under Namespace
Classes: Parser
Class Method Summary collapse
Methods inherited from Base
action, defaults, get, post, service
Class Method Details
.all(parameters = {}) ⇒ Object
19 20 21 |
# File 'lib/ticket_network/checkout/address_type.rb', line 19 def all(parameters={}) fetch(parameters).address_types end |