Class: Cakewalk::Configuration::DCC
- Inherits:
-
Cakewalk::Configuration
- Object
- OpenStruct
- Cakewalk::Configuration
- Cakewalk::Configuration::DCC
- Defined in:
- lib/cakewalk/configuration/dcc.rb
Overview
Constant Summary collapse
- KnownOptions =
[:own_ip]
Class Method Summary collapse
Methods inherited from Cakewalk::Configuration
#[], #[]=, #initialize, #load, #load!, #to_h
Constructor Details
This class inherits a constructor from Cakewalk::Configuration
Class Method Details
.default_config ⇒ Object
9 10 11 12 13 |
# File 'lib/cakewalk/configuration/dcc.rb', line 9 def self.default_config { :own_ip => nil, } end |