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
307 308 309 |
# File 'lib/vicary/candidates.rb', line 307 def kind @kind end |
#mask ⇒ Object
Returns the value of attribute mask
307 308 309 |
# File 'lib/vicary/candidates.rb', line 307 def mask @mask end |
#tag ⇒ Object
Returns the value of attribute tag
307 308 309 |
# File 'lib/vicary/candidates.rb', line 307 def tag @tag end |