Class: SearchStoreFilterType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchStoreFilterType

Constant Summary collapse

@@schema_type =
"SearchStoreFilterType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["storeName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreName")]],
  ["storeSearch", ["StoreSearchCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StoreSearch")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(storeName = nil, storeSearch = nil) ⇒ SearchStoreFilterType

Returns a new instance of SearchStoreFilterType.



19460
19461
19462
19463
19464
# File 'lib/eBay.rb', line 19460

def initialize(storeName = nil, storeSearch = nil)
  @storeName = storeName
  @storeSearch = storeSearch
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19454
19455
19456
# File 'lib/eBay.rb', line 19454

def __xmlele_any
  @__xmlele_any
end

#storeNameObject

Returns the value of attribute storeName.



19452
19453
19454
# File 'lib/eBay.rb', line 19452

def storeName
  @storeName
end

#storeSearchObject

Returns the value of attribute storeSearch.



19453
19454
19455
# File 'lib/eBay.rb', line 19453

def storeSearch
  @storeSearch
end

Instance Method Details

#set_any(elements) ⇒ Object



19456
19457
19458
# File 'lib/eBay.rb', line 19456

def set_any(elements)
  @__xmlele_any = elements
end