Class: Simple::SQL::Fragment

Inherits:
Struct
  • Object
show all
Defined in:
lib/simple/sql/fragment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#to_sqlObject

Returns the value of attribute to_sql

Returns:

  • (Object)

    the current value of to_sql



4
5
6
# File 'lib/simple/sql/fragment.rb', line 4

def to_sql
  @to_sql
end