Class: Arel::Visitors::MSSQL::RowNumber

Inherits:
Struct show all
Defined in:
activerecord/lib/arel/visitors/mssql.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



6
7
8
# File 'activerecord/lib/arel/visitors/mssql.rb', line 6

def children
  @children
end