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

Returns:

  • (Object)

    the current value of name



140
141
142
# File 'lib/fluent-query/drivers/sql.rb', line 140

def name
  @name
end

#subtokensObject

Returns the value of attribute subtokens

Returns:

  • (Object)

    the current value of subtokens



140
141
142
# File 'lib/fluent-query/drivers/sql.rb', line 140

def subtokens
  @subtokens
end