Class: EBay::StoreCustomListingHeaderType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderType

displayType - EBay::StoreCustomListingHeaderDisplayCodeType
 - SOAP::SOAPBoolean
searchBox - SOAP::SOAPBoolean
linkToInclude - EBay::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.



33696
33697
33698
33699
33700
33701
33702
33703
33704
# File 'lib/eBay.rb', line 33696

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.



33690
33691
33692
# File 'lib/eBay.rb', line 33690

def __xmlele_any
  @__xmlele_any
end

#addToFavoriteStoresObject

Returns the value of attribute addToFavoriteStores.



33688
33689
33690
# File 'lib/eBay.rb', line 33688

def addToFavoriteStores
  @addToFavoriteStores
end

#displayTypeObject

Returns the value of attribute displayType.



33684
33685
33686
# File 'lib/eBay.rb', line 33684

def displayType
  @displayType
end

#linkToIncludeObject

Returns the value of attribute linkToInclude.



33687
33688
33689
# File 'lib/eBay.rb', line 33687

def linkToInclude
  @linkToInclude
end

#logoObject

Returns the value of attribute logo.



33685
33686
33687
# File 'lib/eBay.rb', line 33685

def 
  @logo
end

#searchBoxObject

Returns the value of attribute searchBox.



33686
33687
33688
# File 'lib/eBay.rb', line 33686

def searchBox
  @searchBox
end

#signUpForStoreNewsletterObject

Returns the value of attribute signUpForStoreNewsletter.



33689
33690
33691
# File 'lib/eBay.rb', line 33689

def signUpForStoreNewsletter
  @signUpForStoreNewsletter
end

Instance Method Details

#set_any(elements) ⇒ Object



33692
33693
33694
# File 'lib/eBay.rb', line 33692

def set_any(elements)
  @__xmlele_any = elements
end