Class: TableWarnings::Disposition

Inherits:
Struct
  • Object
show all
Defined in:
lib/table_warnings.rb

Overview

used to resolve columns to warnings

Instance Attribute Summary collapse

Instance Attribute Details

#coversObject

Returns the value of attribute covers

Returns:

  • (Object)

    the current value of covers



27
28
29
# File 'lib/table_warnings.rb', line 27

def covers
  @covers
end

#exclusivesObject

Returns the value of attribute exclusives

Returns:

  • (Object)

    the current value of exclusives



27
28
29
# File 'lib/table_warnings.rb', line 27

def exclusives
  @exclusives
end

#matchesObject

Returns the value of attribute matches

Returns:

  • (Object)

    the current value of matches



27
28
29
# File 'lib/table_warnings.rb', line 27

def matches
  @matches
end