Class: Maxy::Gen::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/maxy/gen/tokenizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



43
44
45
# File 'lib/maxy/gen/tokenizer.rb', line 43

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



43
44
45
# File 'lib/maxy/gen/tokenizer.rb', line 43

def value
  @value
end