Class: StoreCustomListingHeaderType
- Inherits:
-
Object
- Object
- StoreCustomListingHeaderType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreCustomListingHeaderType
Constant Summary collapse
- @@schema_type =
"StoreCustomListingHeaderType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["displayType", ["StoreCustomListingHeaderDisplayCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayType")]], ["logo", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Logo")]], ["searchBox", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SearchBox")]], ["linkToInclude", ["StoreCustomListingHeaderLinkType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LinkToInclude")]], ["addToFavoriteStores", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AddToFavoriteStores")]], ["signUpForStoreNewsletter", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SignUpForStoreNewsletter")]], ["breadCrumb", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BreadCrumb")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#addToFavoriteStores ⇒ Object
Returns the value of attribute addToFavoriteStores.
-
#breadCrumb ⇒ Object
Returns the value of attribute breadCrumb.
-
#displayType ⇒ Object
Returns the value of attribute displayType.
-
#linkToInclude ⇒ Object
Returns the value of attribute linkToInclude.
-
#logo ⇒ Object
Returns the value of attribute logo.
-
#searchBox ⇒ Object
Returns the value of attribute searchBox.
-
#signUpForStoreNewsletter ⇒ Object
Returns the value of attribute signUpForStoreNewsletter.
Instance Method Summary collapse
-
#initialize(displayType = nil, logo = nil, searchBox = nil, linkToInclude = [], addToFavoriteStores = nil, signUpForStoreNewsletter = nil, breadCrumb = nil) ⇒ StoreCustomListingHeaderType
constructor
A new instance of StoreCustomListingHeaderType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(displayType = nil, logo = nil, searchBox = nil, linkToInclude = [], addToFavoriteStores = nil, signUpForStoreNewsletter = nil, breadCrumb = nil) ⇒ StoreCustomListingHeaderType
Returns a new instance of StoreCustomListingHeaderType.
23088 23089 23090 23091 23092 23093 23094 23095 23096 23097 |
# File 'lib/eBay.rb', line 23088 def initialize(displayType = nil, logo = nil, searchBox = nil, linkToInclude = [], addToFavoriteStores = nil, signUpForStoreNewsletter = nil, breadCrumb = nil) @displayType = displayType @logo = logo @searchBox = searchBox @linkToInclude = linkToInclude @addToFavoriteStores = addToFavoriteStores @signUpForStoreNewsletter = signUpForStoreNewsletter @breadCrumb = breadCrumb @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23082 23083 23084 |
# File 'lib/eBay.rb', line 23082 def __xmlele_any @__xmlele_any end |
#addToFavoriteStores ⇒ Object
Returns the value of attribute addToFavoriteStores.
23079 23080 23081 |
# File 'lib/eBay.rb', line 23079 def addToFavoriteStores @addToFavoriteStores end |
#breadCrumb ⇒ Object
Returns the value of attribute breadCrumb.
23081 23082 23083 |
# File 'lib/eBay.rb', line 23081 def breadCrumb @breadCrumb end |
#displayType ⇒ Object
Returns the value of attribute displayType.
23075 23076 23077 |
# File 'lib/eBay.rb', line 23075 def displayType @displayType end |
#linkToInclude ⇒ Object
Returns the value of attribute linkToInclude.
23078 23079 23080 |
# File 'lib/eBay.rb', line 23078 def linkToInclude @linkToInclude end |
#logo ⇒ Object
Returns the value of attribute logo.
23076 23077 23078 |
# File 'lib/eBay.rb', line 23076 def logo @logo end |
#searchBox ⇒ Object
Returns the value of attribute searchBox.
23077 23078 23079 |
# File 'lib/eBay.rb', line 23077 def searchBox @searchBox end |
#signUpForStoreNewsletter ⇒ Object
Returns the value of attribute signUpForStoreNewsletter.
23080 23081 23082 |
# File 'lib/eBay.rb', line 23080 def signUpForStoreNewsletter @signUpForStoreNewsletter end |
Instance Method Details
#set_any(elements) ⇒ Object
23084 23085 23086 |
# File 'lib/eBay.rb', line 23084 def set_any(elements) @__xmlele_any = elements end |