Class: Dbee::Query::Filters::GreaterThanOrEqualTo
- Defined in:
- lib/dbee/query/filters/greater_than_or_equal_to.rb
Overview
Equivalent to a SQL x >= 123 statement.
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#<=>, #==, #hash, #initialize
Constructor Details
This class inherits a constructor from Dbee::Query::Filters::Base