class OnappMarket::API::Query::And

Simple AND operator

Public Class Methods

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