Class: CommandTower::Configuration::Credentials::Smtp

Inherits:
Base
  • Object
show all
Includes:
ClassComposer::Generator
Defined in:
lib/command_tower/configuration/credentials/smtp.rb

Overview

Explicit SMTP deployment credentials (config.credentials.smtp). Consumed by CredentialResolution — not provider behavior configuration.

Instance Method Summary collapse

Instance Method Details

#inspectObject Also known as: pretty_inspect



25
26
27
# File 'lib/command_tower/configuration/credentials/smtp.rb', line 25

def inspect
  "#<#{self.class.name} user_name=[REDACTED] password=[REDACTED]>"
end