Class: Minato::Utils::Configuration
- Inherits:
-
Object
- Object
- Minato::Utils::Configuration
- Defined in:
- lib/minato/utils/configuration.rb
Instance Attribute Summary collapse
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 11 |
# File 'lib/minato/utils/configuration.rb', line 8 def initialize @logger = nil @debug = false end |
Instance Attribute Details
#debug ⇒ Object
Returns the value of attribute debug.
6 7 8 |
# File 'lib/minato/utils/configuration.rb', line 6 def debug @debug end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/minato/utils/configuration.rb', line 6 def logger @logger end |