Class: Mxrb::Oql::Translator::Token

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql.rb

Instance Attribute Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



135
136
137
# File 'lib/mxrb/oql.rb', line 135

def text
  @text
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



135
136
137
# File 'lib/mxrb/oql.rb', line 135

def type
  @type
end