Class: CommandTower::Configuration::Credentials::Config
- Includes:
- ClassComposer::Generator
- Defined in:
- lib/command_tower/configuration/credentials/config.rb
Overview
Deployment provider credentials namespace (typed per provider). Each provider owns its own credential object — no shared generic fields.
Instance Method Summary collapse
- #inspect ⇒ Object (also: #pretty_inspect)
Instance Method Details
#inspect ⇒ Object Also known as: pretty_inspect
25 26 27 |
# File 'lib/command_tower/configuration/credentials/config.rb', line 25 def inspect "#<#{self.class.name} twilio=[REDACTED] smtp=[REDACTED]>" end |