Class: Mxrb::Oql::Translator::Token
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::Translator::Token
- Defined in:
- lib/mxrb/oql.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#text ⇒ Object (readonly)
Returns the value of attribute text
135 136 137 |
# File 'lib/mxrb/oql.rb', line 135 def text @text end |
#type ⇒ Object (readonly)
Returns the value of attribute type
135 136 137 |
# File 'lib/mxrb/oql.rb', line 135 def type @type end |