Class: CraftBook::NBT::Tokenizer::Token
- Inherits:
-
Struct
- Object
- Struct
- CraftBook::NBT::Tokenizer::Token
- Defined in:
- lib/craftbook/nbt/snbt/lexer.rb
Overview
def _next_token
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
143 144 145 |
# File 'lib/craftbook/nbt/snbt/lexer.rb', line 143 def type @type end |
#value ⇒ Object
Returns the value of attribute value
143 144 145 |
# File 'lib/craftbook/nbt/snbt/lexer.rb', line 143 def value @value end |