Class: Endorser::Configuration
- Inherits:
-
Object
- Object
- Endorser::Configuration
- Defined in:
- lib/endorser/configuration.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
6 7 8 |
# File 'lib/endorser/configuration.rb', line 6 def initialize @logger = NullObject.new end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
4 5 6 |
# File 'lib/endorser/configuration.rb', line 4 def logger @logger end |