Method: OData::Query::Criteria#lt
- Defined in:
- lib/odata/query/criteria.rb
#lt(value) ⇒ self
Sets up less-than operator.
52 53 54 |
# File 'lib/odata/query/criteria.rb', line 52 def lt(value) set_operator_and_value(:lt, value) end |