Class: ApiQueryLanguage::Filtering::Nodes::FieldComparison

Inherits:
Data
  • Object
show all
Defined in:
lib/api_query_language/filtering/nodes/field_comparison.rb

Instance Attribute Summary collapse

Instance Attribute Details

#comparisonObject (readonly)

Returns the value of attribute comparison

Returns:

  • (Object)

    the current value of comparison



4
5
6
# File 'lib/api_query_language/filtering/nodes/field_comparison.rb', line 4

def comparison
  @comparison
end

#fieldObject (readonly)

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



4
5
6
# File 'lib/api_query_language/filtering/nodes/field_comparison.rb', line 4

def field
  @field
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/api_query_language/filtering/nodes/field_comparison.rb', line 4

def value
  @value
end