Class: FluentQuery::Drivers::SQL::TOKEN
- Inherits:
-
Struct
- Object
- Struct
- FluentQuery::Drivers::SQL::TOKEN
- Defined in:
- lib/fluent-query/drivers/sql.rb
Overview
Holds internal token struct.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#subtokens ⇒ Object
Returns the value of attribute subtokens.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
140 141 142 |
# File 'lib/fluent-query/drivers/sql.rb', line 140 def name @name end |
#subtokens ⇒ Object
Returns the value of attribute subtokens
140 141 142 |
# File 'lib/fluent-query/drivers/sql.rb', line 140 def subtokens @subtokens end |