Class: Raas::Configuration::Environment

Inherits:
Object
  • Object
show all
Defined in:
lib/raas/configuration.rb

Overview

An enum for SDK environments.

Constant Summary collapse

ENVIRONMENT =

SANDBOX: The sandbox environment does not use real money and can be used for testing. PRODUCTION: The production environment uses real money and is for live transactions.

[SANDBOX = 0, PRODUCTION = 1].freeze