Class: ApiQueryLanguage::Sorting::Nodes::FieldSort
- Inherits:
-
Data
- Object
- Data
- ApiQueryLanguage::Sorting::Nodes::FieldSort
- Defined in:
- lib/api_query_language/sorting/nodes/field_sort.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#field_identifier ⇒ Object
readonly
Returns the value of attribute field_identifier.
Instance Attribute Details
#direction ⇒ Object (readonly)
Returns the value of attribute direction
4 5 6 |
# File 'lib/api_query_language/sorting/nodes/field_sort.rb', line 4 def direction @direction end |
#field_identifier ⇒ Object (readonly)
Returns the value of attribute field_identifier
4 5 6 |
# File 'lib/api_query_language/sorting/nodes/field_sort.rb', line 4 def field_identifier @field_identifier end |