Class: Mohair::Group

Inherits:
Object
  • Object
show all
Defined in:
lib/mohair/sql/tree.rb

Instance Method Summary collapse

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

#colObject



192
193
194
# File 'lib/mohair/sql/tree.rb', line 192

def col
  @col
end