Class: Miniatura::Logger
- Inherits:
-
Object
- Object
- Miniatura::Logger
- Defined in:
- lib/miniatura/logger.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize(options) ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
3 4 5 |
# File 'lib/miniatura/logger.rb', line 3 def logger @logger end |