Class: StoreCustomListingHeaderType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderType

displayType - StoreCustomListingHeaderDisplayCodeType
 - SOAP::SOAPBoolean
searchBox - SOAP::SOAPBoolean
linkToInclude - StoreCustomListingHeaderLinkType
addToFavoriteStores - SOAP::SOAPBoolean
signUpForStoreNewsletter - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(displayType = nil, logo = nil, searchBox = nil, linkToInclude = [], addToFavoriteStores = nil, signUpForStoreNewsletter = nil) ⇒ StoreCustomListingHeaderType

Returns a new instance of StoreCustomListingHeaderType.



24633
24634
24635
24636
24637
24638
24639
24640
24641
# File 'lib/eBay.rb', line 24633

def initialize(displayType = nil,  = nil, searchBox = nil, linkToInclude = [], addToFavoriteStores = nil, signUpForStoreNewsletter = nil)
  @displayType = displayType
  @logo = 
  @searchBox = searchBox
  @linkToInclude = linkToInclude
  @addToFavoriteStores = addToFavoriteStores
  @signUpForStoreNewsletter = signUpForStoreNewsletter
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24627
24628
24629
# File 'lib/eBay.rb', line 24627

def __xmlele_any
  @__xmlele_any
end

#addToFavoriteStoresObject

Returns the value of attribute addToFavoriteStores.



24625
24626
24627
# File 'lib/eBay.rb', line 24625

def addToFavoriteStores
  @addToFavoriteStores
end

#displayTypeObject

Returns the value of attribute displayType.



24621
24622
24623
# File 'lib/eBay.rb', line 24621

def displayType
  @displayType
end

#linkToIncludeObject

Returns the value of attribute linkToInclude.



24624
24625
24626
# File 'lib/eBay.rb', line 24624

def linkToInclude
  @linkToInclude
end

#logoObject

Returns the value of attribute logo.



24622
24623
24624
# File 'lib/eBay.rb', line 24622

def 
  @logo
end

#searchBoxObject

Returns the value of attribute searchBox.



24623
24624
24625
# File 'lib/eBay.rb', line 24623

def searchBox
  @searchBox
end

#signUpForStoreNewsletterObject

Returns the value of attribute signUpForStoreNewsletter.



24626
24627
24628
# File 'lib/eBay.rb', line 24626

def signUpForStoreNewsletter
  @signUpForStoreNewsletter
end

Instance Method Details

#set_any(elements) ⇒ Object



24629
24630
24631
# File 'lib/eBay.rb', line 24629

def set_any(elements)
  @__xmlele_any = elements
end