Class: Arel::Sql::HavingClause
- Inherits:
-
PassThrough
- Object
- Formatter
- PassThrough
- Arel::Sql::HavingClause
- Defined in:
- lib/arel/engines/sql/formatters.rb
Instance Attribute Summary
Attributes inherited from Formatter
Instance Method Summary collapse
Methods inherited from PassThrough
Methods inherited from Formatter
Constructor Details
This class inherits a constructor from Arel::Sql::Formatter
Instance Method Details
#attribute(attribute) ⇒ Object
61 62 63 |
# File 'lib/arel/engines/sql/formatters.rb', line 61 def attribute(attribute) attribute end |