module

GDAX

GDAX contains classes for interacting with the GDAX API.

Constants

GDAX_ENV_PRODUCTION = ENV[PRODUCTION_ENV_VAR_NAME]? && (ENV[PRODUCTION_ENV_VAR_NAME].downcase == "production".downcase)

true if environment variable, GDAX_ENV is production. false otherwise.

PRODUCTION_ENV_VAR_NAME = "GDAX_ENV"

The environment variable used to define the GDAX environment.

VERSION = "0.1.0"

Nested types