Class | DataMapper::Query::Conditions::GreaterThanOrEqualToComparison |
In: |
lib/dm-core/query/conditions/comparison.rb
|
Parent: | AbstractComparison |
Tests whether the value in the record is greater than, or equal to, the expected_value set for the Comparison.
Asserts that the record value matches the comparison
@param [Resource, Hash] record
The record containing the value to be matched
@return [Boolean]
@api semipublic