Class: Arel::Visitors::MSSQL::RowNumber
- Defined in:
- activerecord/lib/arel/visitors/mssql.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
6 7 8 |
# File 'activerecord/lib/arel/visitors/mssql.rb', line 6 def children @children end |