Module: Orderspace

Defined in:
lib/orderspace.rb,
lib/orderspace/error.rb,
lib/orderspace/client.rb,
lib/orderspace/default.rb,
lib/orderspace/structs.rb,
lib/orderspace/version.rb,
lib/orderspace/struct/buyer.rb,
lib/orderspace/struct/event.rb,
lib/orderspace/struct/order.rb,
lib/orderspace/endpoint/oauth.rb,
lib/orderspace/struct/address.rb,
lib/orderspace/struct/webhook.rb,
lib/orderspace/endpoint/orders.rb,
lib/orderspace/struct/customer.rb,
lib/orderspace/endpoint/endpoint.rb,
lib/orderspace/endpoint/webhooks.rb,
lib/orderspace/endpoint/customers.rb,
lib/orderspace/struct/oauth_credentials.rb

Overview

This module represents the overarching scope of the gem

Defined Under Namespace

Modules: Default, Structs Classes: AuthorizationFailedError, BadRequestError, Client, Endpoint, Error, InternalServerError, NotFoundError, RequestError, TooManyRequestsError, UnprocessableEntityError, ValidationFailedError

Constant Summary collapse

VERSION =

The current version of this gem

'0.1.2'