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.



17092
17093
17094
17095
17096
# File 'lib/eBay.rb', line 17092

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.



17086
17087
17088
# File 'lib/eBay.rb', line 17086

def __xmlele_any
  @__xmlele_any
end

#storeNameObject

Returns the value of attribute storeName.



17084
17085
17086
# File 'lib/eBay.rb', line 17084

def storeName
  @storeName
end

#storeSearchObject

Returns the value of attribute storeSearch.



17085
17086
17087
# File 'lib/eBay.rb', line 17085

def storeSearch
  @storeSearch
end

Instance Method Details

#set_any(elements) ⇒ Object



17088
17089
17090
# File 'lib/eBay.rb', line 17088

def set_any(elements)
  @__xmlele_any = elements
end