Module: PciProxy

Defined in:
lib/pci_proxy.rb,
lib/pci_proxy/base.rb,
lib/pci_proxy/check.rb,
lib/pci_proxy/token.rb,
lib/pci_proxy/version.rb,
lib/pci_proxy/model/check_result.rb,
lib/pci_proxy/model/tokenised_card.rb

Defined Under Namespace

Modules: Model Classes: Base, Check, Token

Constant Summary collapse

PciProxyAPIError =
Class.new(StandardError)
BadRequestError =
Class.new(PciProxyAPIError)
UnauthorizedError =
Class.new(PciProxyAPIError)
ForbiddenError =
Class.new(PciProxyAPIError)
NotFoundError =
Class.new(PciProxyAPIError)
UnprocessableEntityError =
Class.new(PciProxyAPIError)
HTTP_OK_CODE =
200
HTTP_BAD_REQUEST_CODE =
400
HTTP_UNAUTHORIZED_CODE =
401
HTTP_FORBIDDEN_CODE =
403
HTTP_NOT_FOUND_CODE =
404
HTTP_UNPROCESSABLE_ENTITY_CODE =
429
VERSION =
"1.2.3"