Class: SearchRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSearchRequestType

productFinderID - SOAP::SOAPInt
searchAttributes - SearchAttributesType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productFinderID = nil, searchAttributes = []) ⇒ SearchRequestType

Returns a new instance of SearchRequestType.



23447
23448
23449
23450
23451
# File 'lib/eBay.rb', line 23447

def initialize(productFinderID = nil, searchAttributes = [])
  @productFinderID = productFinderID
  @searchAttributes = searchAttributes
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23441
23442
23443
# File 'lib/eBay.rb', line 23441

def __xmlele_any
  @__xmlele_any
end

#productFinderIDObject

Returns the value of attribute productFinderID.



23439
23440
23441
# File 'lib/eBay.rb', line 23439

def productFinderID
  @productFinderID
end

#searchAttributesObject

Returns the value of attribute searchAttributes.



23440
23441
23442
# File 'lib/eBay.rb', line 23440

def searchAttributes
  @searchAttributes
end

Instance Method Details

#set_any(elements) ⇒ Object



23443
23444
23445
# File 'lib/eBay.rb', line 23443

def set_any(elements)
  @__xmlele_any = elements
end