Class: Summon::Sort

Inherits:
Schema show all
Defined in:
lib/summon/schema/query.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Schema

inherited

Instance Attribute Details

#field_nameObject (readonly)

Returns the value of attribute field_name.



71
72
73
# File 'lib/summon/schema/query.rb', line 71

def field_name
  @field_name
end

#sort_orderObject (readonly)

Returns the value of attribute sort_order.



72
73
74
# File 'lib/summon/schema/query.rb', line 72

def sort_order
  @sort_order
end