Class: ApimaticCalculator::Environment

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

Overview

An enum for SDK environments.

Constant Summary collapse

ENVIRONMENT =

PRODUCTION: This environment connect to the LIVE calculator API

[
  PRODUCTION = 'production'.freeze
].freeze