Module: HookBridge::APIKeyMode

Defined in:
lib/hookbridge/types.rb

Constant Summary collapse

LIVE =
"live"
TEST =
"test"
ALL =
[LIVE, TEST].freeze