31 32 33
# File 'lib/appwrite/query.rb', line 31 def equal(attribute, value) return Query.new("equal", attribute, value).to_s end