Class: Odin::Validation::InvariantEvaluator::Token
- Inherits:
-
Struct
- Object
- Struct
- Odin::Validation::InvariantEvaluator::Token
- Defined in:
- lib/odin/validation/invariant_evaluator.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
28 29 30 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 28 def kind @kind end |
#text ⇒ Object
Returns the value of attribute text
28 29 30 |
# File 'lib/odin/validation/invariant_evaluator.rb', line 28 def text @text end |