Class: SearchRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchRequestType

Constant Summary collapse

@@schema_type =
"SearchRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["attributeSetID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetID")]],
  ["productFinderID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderID")]],
  ["searchAttributes", ["SearchAttributesType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SearchAttributes")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SearchRequestType.



19399
19400
19401
19402
19403
19404
# File 'lib/eBay.rb', line 19399

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19393
19394
19395
# File 'lib/eBay.rb', line 19393

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



19390
19391
19392
# File 'lib/eBay.rb', line 19390

def attributeSetID
  @attributeSetID
end

#productFinderIDObject

Returns the value of attribute productFinderID.



19391
19392
19393
# File 'lib/eBay.rb', line 19391

def productFinderID
  @productFinderID
end

#searchAttributesObject

Returns the value of attribute searchAttributes.



19392
19393
19394
# File 'lib/eBay.rb', line 19392

def searchAttributes
  @searchAttributes
end

Instance Method Details

#set_any(elements) ⇒ Object



19395
19396
19397
# File 'lib/eBay.rb', line 19395

def set_any(elements)
  @__xmlele_any = elements
end