Class: Summon::Sort
Instance Attribute Summary collapse
-
#field_name ⇒ Object
readonly
Returns the value of attribute field_name.
-
#sort_order ⇒ Object
readonly
Returns the value of attribute sort_order.
Method Summary
Methods inherited from Schema
Instance Attribute Details
#field_name ⇒ Object (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_order ⇒ Object (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 |