Class: PoolLint::SettingChange
- Inherits:
-
Struct
- Object
- Struct
- PoolLint::SettingChange
- Defined in:
- lib/poollint/report.rb
Instance Attribute Summary collapse
-
#baseline ⇒ Object
Returns the value of attribute baseline.
-
#comparison ⇒ Object
Returns the value of attribute comparison.
-
#current ⇒ Object
Returns the value of attribute current.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reset_value ⇒ Object
Returns the value of attribute reset_value.
Instance Attribute Details
#baseline ⇒ Object
Returns the value of attribute baseline
4 5 6 |
# File 'lib/poollint/report.rb', line 4 def baseline @baseline end |
#comparison ⇒ Object
Returns the value of attribute comparison
4 5 6 |
# File 'lib/poollint/report.rb', line 4 def comparison @comparison end |
#current ⇒ Object
Returns the value of attribute current
4 5 6 |
# File 'lib/poollint/report.rb', line 4 def current @current end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/poollint/report.rb', line 4 def name @name end |
#reset_value ⇒ Object
Returns the value of attribute reset_value
4 5 6 |
# File 'lib/poollint/report.rb', line 4 def reset_value @reset_value end |