Class: CommandTower::Configuration::Credentials::Twilio
- 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
- #inspect ⇒ Object (also: #pretty_inspect)
Instance Method Details
#inspect ⇒ Object 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 |