class OnappMarket::API::Query::Not

Simple NOT operator

Public Class Methods

new(node) click to toggle source
# File lib/onapp_market/api/query/operators.rb, line 158
def initialize(node)
  super("NOT", node)
end