Class: Arel::Collectors::SQLString

Inherits:
Object
  • Object
show all
Defined in:
lib/arel/visitors/spanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hintsObject

Returns the value of attribute hints.



10
11
12
# File 'lib/arel/visitors/spanner.rb', line 10

def hints
  @hints
end

#join_hintsObject

Returns the value of attribute join_hints.



12
13
14
# File 'lib/arel/visitors/spanner.rb', line 12

def join_hints
  @join_hints
end

#table_hintsObject

Returns the value of attribute table_hints.



11
12
13
# File 'lib/arel/visitors/spanner.rb', line 11

def table_hints
  @table_hints
end