class OnappMarket::API::Query::Or

Simple OR operator

Public Class Methods

new(*nodes) click to toggle source
# File lib/onapp_market/api/query/operators.rb, line 150
def initialize(*nodes)
  super("OR", nodes)
end