Class: Maxy::Gen::Token
- Inherits:
-
Struct
- Object
- Struct
- Maxy::Gen::Token
- Defined in:
- lib/maxy/gen/tokenizer.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
43 44 45 |
# File 'lib/maxy/gen/tokenizer.rb', line 43 def type @type end |
#value ⇒ Object
Returns the value of attribute value
43 44 45 |
# File 'lib/maxy/gen/tokenizer.rb', line 43 def value @value end |