Class: Lookout::LazyComparableQuery::LazyComparison::LazyComparisonResult
- Inherits:
-
Object
- Object
- Lookout::LazyComparableQuery::LazyComparison::LazyComparisonResult
- Defined in:
- app/queries/concerns/lookout/lazy_comparable_query.rb
Instance Attribute Summary collapse
-
#compared_to ⇒ Object
Returns the value of attribute compared_to.
-
#current ⇒ Object
Returns the value of attribute current.
Instance Attribute Details
#compared_to ⇒ Object
Returns the value of attribute compared_to.
5 6 7 |
# File 'app/queries/concerns/lookout/lazy_comparable_query.rb', line 5 def compared_to @compared_to end |
#current ⇒ Object
Returns the value of attribute current.
5 6 7 |
# File 'app/queries/concerns/lookout/lazy_comparable_query.rb', line 5 def current @current end |