Class: Liquigen::Sql
Instance Attribute Summary collapse
-
#sql ⇒ Object
Returns the value of attribute sql.
Instance Method Summary collapse
-
#initialize(sql) ⇒ Sql
constructor
A new instance of Sql.
Constructor Details
#initialize(sql) ⇒ Sql
Returns a new instance of Sql.
7 8 9 |
# File 'lib/liquigen/sql.rb', line 7 def initialize(sql) self.sql = sql end |
Instance Attribute Details
#sql ⇒ Object
Returns the value of attribute sql.
5 6 7 |
# File 'lib/liquigen/sql.rb', line 5 def sql @sql end |