Class: CommandTower::Configuration::Credentials::Config

Inherits:
Base
  • Object
show all
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

Instance Method Details

#inspectObject 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