Class: FluentQuery::Drivers::SQL::TOKEN

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent-query/drivers/sql.rb

Overview

Holds internal token struct.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



138
139
140
# File 'lib/fluent-query/drivers/sql.rb', line 138

def name
  @name
end

#subtokensObject

Returns the value of attribute subtokens



138
139
140
# File 'lib/fluent-query/drivers/sql.rb', line 138

def subtokens
  @subtokens
end