Class: YesRecord::Query
- Inherits:
-
Struct
- Object
- Struct
- YesRecord::Query
- Defined in:
- lib/yes_record.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#sql ⇒ Object
Returns the value of attribute sql.
-
#statement ⇒ Object
Returns the value of attribute statement.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/yes_record.rb', line 9 def name @name end |
#sql ⇒ Object
Returns the value of attribute sql
9 10 11 |
# File 'lib/yes_record.rb', line 9 def sql @sql end |
#statement ⇒ Object
Returns the value of attribute statement
9 10 11 |
# File 'lib/yes_record.rb', line 9 def statement @statement end |