Class: ActiveRecord::Explainer::Config
- Inherits:
-
Object
- Object
- ActiveRecord::Explainer::Config
- Defined in:
- lib/activerecord/explainer/config.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
10 11 12 |
# File 'lib/activerecord/explainer/config.rb', line 10 def initialize @logger = Logger.new(STDOUT) end |
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
8 9 10 |
# File 'lib/activerecord/explainer/config.rb', line 8 def logger @logger end |