Class: Vicary::Candidates::PrecedenceRow

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

Overview

One row of the precedence table: a tag, and what it decides.

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



307
308
309
# File 'lib/vicary/candidates.rb', line 307

def kind
  @kind
end

#maskObject

Returns the value of attribute mask

Returns:

  • (Object)

    the current value of mask



307
308
309
# File 'lib/vicary/candidates.rb', line 307

def mask
  @mask
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



307
308
309
# File 'lib/vicary/candidates.rb', line 307

def tag
  @tag
end