Class: Braintree::AdvancedSearch::MultipleValueOrTextNode

Inherits:
MultipleValueNode show all
Extended by:
Forwardable
Defined in:
lib/braintree/advanced_search.rb

Instance Method Summary collapse

Methods inherited from MultipleValueNode

#allowed_values, #in, #is

Methods inherited from SearchNode

operators

Constructor Details

#initialize(name, parent, options) ⇒ MultipleValueOrTextNode

Returns a new instance of MultipleValueOrTextNode.



73
74
75
76
# File 'lib/braintree/advanced_search.rb', line 73

def initialize(name, parent, options)
  super
  @text_node = TextNode.new(name, parent)
end