Class: Mohair::Group
- Inherits:
-
Object
- Object
- Mohair::Group
- Defined in:
- lib/mohair/sql/tree.rb
Instance Method Summary collapse
- #col ⇒ Object
-
#initialize(col) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(col) ⇒ Group
Returns a new instance of Group.
188 189 190 |
# File 'lib/mohair/sql/tree.rb', line 188 def initialize col @col = col.to_s end |
Instance Method Details
#col ⇒ Object
192 193 194 |
# File 'lib/mohair/sql/tree.rb', line 192 def col @col end |