Class: CommandTower::Configuration::Credentials::Twilio

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

Overview

Canonical explicit Twilio deployment credentials (config.credentials.twilio). 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/twilio.rb', line 25

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