Class: ActiveAny::Relation::OrderClause::OrderValue
- Inherits:
-
Struct
- Object
- Struct
- ActiveAny::Relation::OrderClause::OrderValue
- Defined in:
- lib/active_any/relation/order_clause.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#sort_type ⇒ Object
Returns the value of attribute sort_type.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
10 11 12 |
# File 'lib/active_any/relation/order_clause.rb', line 10 def key @key end |
#sort_type ⇒ Object
Returns the value of attribute sort_type
10 11 12 |
# File 'lib/active_any/relation/order_clause.rb', line 10 def sort_type @sort_type end |