Class: Vicary::Candidates::PrecedenceRow
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Candidates::PrecedenceRow
- Defined in:
- lib/vicary/candidates.rb
Overview
One row of the precedence table: a tag, and what it decides.
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
266 267 268 |
# File 'lib/vicary/candidates.rb', line 266 def kind @kind end |
#mask ⇒ Object
Returns the value of attribute mask
266 267 268 |
# File 'lib/vicary/candidates.rb', line 266 def mask @mask end |
#tag ⇒ Object
Returns the value of attribute tag
266 267 268 |
# File 'lib/vicary/candidates.rb', line 266 def tag @tag end |