Class: BaTesterWithCustomParameters::Environment

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

Overview

An enum for SDK environments.

Constant Summary collapse

ENVIRONMENT =
[
  PRODUCTION = 'production'.freeze,
  TESTING = 'testing'.freeze
].freeze