Method: Appwrite::Query.greater_than_equal
- Defined in:
- lib/appwrite/query.rb
.greater_than_equal(attribute, value) ⇒ Object
24 25 26 |
# File 'lib/appwrite/query.rb', line 24 def greater_than_equal(attribute, value) return add_query(attribute, "greaterThanEqual", value) end |