Class: TableWarnings::Disposition
- Inherits:
-
Struct
- Object
- Struct
- TableWarnings::Disposition
- Defined in:
- lib/table_warnings.rb
Overview
used to resolve columns to warnings
Instance Attribute Summary collapse
-
#covers ⇒ Object
Returns the value of attribute covers.
-
#exclusives ⇒ Object
Returns the value of attribute exclusives.
-
#matches ⇒ Object
Returns the value of attribute matches.
Instance Attribute Details
#covers ⇒ Object
Returns the value of attribute covers
27 28 29 |
# File 'lib/table_warnings.rb', line 27 def covers @covers end |
#exclusives ⇒ Object
Returns the value of attribute exclusives
27 28 29 |
# File 'lib/table_warnings.rb', line 27 def exclusives @exclusives end |
#matches ⇒ Object
Returns the value of attribute matches
27 28 29 |
# File 'lib/table_warnings.rb', line 27 def matches @matches end |