Class: Cinch::Configuration::DCC
- Inherits:
-
Cinch::Configuration
- Object
- OpenStruct
- Cinch::Configuration
- Cinch::Configuration::DCC
- Defined in:
- lib/cinch/configuration/dcc.rb
Overview
Constant Summary collapse
- KNOWN_OPTIONS =
[:own_ip]
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
11 12 13 14 15 |
# File 'lib/cinch/configuration/dcc.rb', line 11 def self.default_config { own_ip: nil } end |