Class: AhoyCaptain::LazyComparableQuery::LazyComparison::LazyComparisonResult

Inherits:
Object
  • Object
show all
Defined in:
app/queries/concerns/ahoy_captain/lazy_comparable_query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compared_toObject

Returns the value of attribute compared_to.



5
6
7
# File 'app/queries/concerns/ahoy_captain/lazy_comparable_query.rb', line 5

def compared_to
  @compared_to
end

#currentObject

Returns the value of attribute current.



5
6
7
# File 'app/queries/concerns/ahoy_captain/lazy_comparable_query.rb', line 5

def current
  @current
end