Method: LockstepSdk::ApiKeyModel#environment
- Defined in:
- lib/lockstep_sdk/models/api_key_model.rb
#environment ⇒ String
Returns For convenience, a call to createApiKey will contain the name of the environment for this API key, typically SBX or PRD. This can help you distinguish between keys created on the Sandbox environment from those created on Production.
59 60 61 |
# File 'lib/lockstep_sdk/models/api_key_model.rb', line 59 def environment @environment end |