module WhereableClause::Column

Public Instance Methods

to_s() click to toggle source

String column name

# File lib/whereable_clause.rb, line 84
def to_s
  text_value
end