Class: DatabaseConsistency::Writers::Autofix::Base
- Inherits:
-
Object
- Object
- DatabaseConsistency::Writers::Autofix::Base
- Defined in:
- lib/database_consistency/writers/autofix/base.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary collapse
-
#report ⇒ Object
readonly
Returns the value of attribute report.
Instance Method Summary collapse
-
#initialize(report) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(report) ⇒ Base
Returns a new instance of Base.
9 10 11 |
# File 'lib/database_consistency/writers/autofix/base.rb', line 9 def initialize(report) @report = report end |
Instance Attribute Details
#report ⇒ Object (readonly)
Returns the value of attribute report.
7 8 9 |
# File 'lib/database_consistency/writers/autofix/base.rb', line 7 def report @report end |