Class: ActiveAny::Relation::OrderClause::OrderValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_any/relation/order_clause.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



10
11
12
# File 'lib/active_any/relation/order_clause.rb', line 10

def key
  @key
end

#sort_typeObject

Returns the value of attribute sort_type

Returns:

  • (Object)

    the current value of sort_type



10
11
12
# File 'lib/active_any/relation/order_clause.rb', line 10

def sort_type
  @sort_type
end