class AttrSearchableGrammar::Nodes::Not

Attributes

object[RW]

Public Class Methods

new(object) click to toggle source
# File lib/attr_searchable_grammar/nodes.rb, line 86
def initialize(object)
  @object = object
end