Class: ApiQueryLanguage::Filtering::Nodes::FieldComparison
- Inherits:
-
Data
- Object
- Data
- ApiQueryLanguage::Filtering::Nodes::FieldComparison
- Defined in:
- lib/api_query_language/filtering/nodes/field_comparison.rb
Instance Attribute Summary collapse
-
#comparison ⇒ Object
readonly
Returns the value of attribute comparison.
-
#field ⇒ Object
readonly
Returns the value of attribute field.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#comparison ⇒ Object (readonly)
Returns the value of attribute comparison
4 5 6 |
# File 'lib/api_query_language/filtering/nodes/field_comparison.rb', line 4 def comparison @comparison end |
#field ⇒ Object (readonly)
Returns the value of attribute field
4 5 6 |
# File 'lib/api_query_language/filtering/nodes/field_comparison.rb', line 4 def field @field end |
#value ⇒ Object (readonly)
Returns the value of attribute value
4 5 6 |
# File 'lib/api_query_language/filtering/nodes/field_comparison.rb', line 4 def value @value end |