Class: ApiQueryLanguage::Sorting::Nodes::FieldSort

Inherits:
Data
  • Object
show all
Defined in:
lib/api_query_language/sorting/nodes/field_sort.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directionObject (readonly)

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



4
5
6
# File 'lib/api_query_language/sorting/nodes/field_sort.rb', line 4

def direction
  @direction
end

#field_identifierObject (readonly)

Returns the value of attribute field_identifier

Returns:

  • (Object)

    the current value of field_identifier



4
5
6
# File 'lib/api_query_language/sorting/nodes/field_sort.rb', line 4

def field_identifier
  @field_identifier
end