Class: Treequel::SortedResultsControl::Criterion
- Inherits:
-
Struct
- Object
- Struct
- Treequel::SortedResultsControl::Criterion
- Defined in:
- lib/treequel/controls/sortedresults.rb
Overview
A struct for tracking sorting criteria
Instance Attribute Summary collapse
-
#ordering_rule ⇒ Object
Returns the value of attribute ordering_rule.
-
#reverse_order ⇒ Object
Returns the value of attribute reverse_order.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#ordering_rule ⇒ Object
Returns the value of attribute ordering_rule
88 89 90 |
# File 'lib/treequel/controls/sortedresults.rb', line 88 def ordering_rule @ordering_rule end |
#reverse_order ⇒ Object
Returns the value of attribute reverse_order
88 89 90 |
# File 'lib/treequel/controls/sortedresults.rb', line 88 def reverse_order @reverse_order end |
#type ⇒ Object
Returns the value of attribute type
88 89 90 |
# File 'lib/treequel/controls/sortedresults.rb', line 88 def type @type end |