Class: Cinch::Configuration::SASL
- Inherits:
-
Cinch::Configuration
- Object
- OpenStruct
- Cinch::Configuration
- Cinch::Configuration::SASL
- Defined in:
- lib/cinch/configuration/sasl.rb
Overview
Constant Summary collapse
- KnownOptions =
i[username password mechanisms].freeze
Class Method Summary collapse
Methods inherited from Cinch::Configuration
#[], #[]=, #initialize, #load, #load!, #to_h
Constructor Details
This class inherits a constructor from Cinch::Configuration
Class Method Details
.default_config ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/cinch/configuration/sasl.rb', line 12 def self.default_config { username: nil, password: nil, mechanisms: [Cinch::SASL::DH_Blowfish, Cinch::SASL::Plain], } end |