Class: Tracekit::Evaluator::Token
- Inherits:
-
Struct
- Object
- Struct
- Tracekit::Evaluator::Token
- Defined in:
- lib/tracekit/evaluator.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
160 161 162 |
# File 'lib/tracekit/evaluator.rb', line 160 def type @type end |
#value ⇒ Object
Returns the value of attribute value
160 161 162 |
# File 'lib/tracekit/evaluator.rb', line 160 def value @value end |