Method: Controlplane#fetch_secret
- Defined in:
- lib/core/controlplane.rb
#fetch_secret(secret) ⇒ Object
secrets
380 381 382 |
# File 'lib/core/controlplane.rb', line 380 def fetch_secret(secret) api.fetch_secret(org: org, secret: secret) end |