Class: SimpleAMS::Configuration
- Inherits:
-
Object
- Object
- SimpleAMS::Configuration
- Defined in:
- lib/simple_ams.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
Returns a new instance of Configuration.
53 54 55 |
# File 'lib/simple_ams.rb', line 53 def initialize @logger = ::Logger.new($stdout) end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
51 52 53 |
# File 'lib/simple_ams.rb', line 51 def logger @logger end |