Class: SearchStoreFilterType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchStoreFilterType

storeName - SOAP::SOAPString
storeSearch - StoreSearchCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SearchStoreFilterType.



23492
23493
23494
23495
23496
# File 'lib/eBay.rb', line 23492

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.



23486
23487
23488
# File 'lib/eBay.rb', line 23486

def __xmlele_any
  @__xmlele_any
end

#storeNameObject

Returns the value of attribute storeName.



23484
23485
23486
# File 'lib/eBay.rb', line 23484

def storeName
  @storeName
end

#storeSearchObject

Returns the value of attribute storeSearch.



23485
23486
23487
# File 'lib/eBay.rb', line 23485

def storeSearch
  @storeSearch
end

Instance Method Details

#set_any(elements) ⇒ Object



23488
23489
23490
# File 'lib/eBay.rb', line 23488

def set_any(elements)
  @__xmlele_any = elements
end