Class: ExpressHistogramDomainDetailsType
- Inherits:
-
Object
- Object
- ExpressHistogramDomainDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExpressHistogramDomainDetailsType
Constant Summary collapse
- @@schema_type =
"ExpressHistogramDomainDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]], ["breadCrumb", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BreadCrumb")]], ["itemCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemCount")]], ["productCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductCount")]], ["imageURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ImageURL")]], ["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.
-
#breadCrumb ⇒ Object
Returns the value of attribute breadCrumb.
-
#imageURL ⇒ Object
Returns the value of attribute imageURL.
-
#itemCount ⇒ Object
Returns the value of attribute itemCount.
-
#name ⇒ Object
Returns the value of attribute name.
-
#productCount ⇒ Object
Returns the value of attribute productCount.
Instance Method Summary collapse
-
#initialize(name = nil, breadCrumb = nil, itemCount = nil, productCount = nil, imageURL = nil) ⇒ ExpressHistogramDomainDetailsType
constructor
A new instance of ExpressHistogramDomainDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, breadCrumb = nil, itemCount = nil, productCount = nil, imageURL = nil) ⇒ ExpressHistogramDomainDetailsType
Returns a new instance of ExpressHistogramDomainDetailsType.
17277 17278 17279 17280 17281 17282 17283 17284 |
# File 'lib/eBay.rb', line 17277 def initialize(name = nil, breadCrumb = nil, itemCount = nil, productCount = nil, imageURL = nil) @name = name @breadCrumb = breadCrumb @itemCount = itemCount @productCount = productCount @imageURL = imageURL @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17271 17272 17273 |
# File 'lib/eBay.rb', line 17271 def __xmlele_any @__xmlele_any end |
#breadCrumb ⇒ Object
Returns the value of attribute breadCrumb.
17267 17268 17269 |
# File 'lib/eBay.rb', line 17267 def breadCrumb @breadCrumb end |
#imageURL ⇒ Object
Returns the value of attribute imageURL.
17270 17271 17272 |
# File 'lib/eBay.rb', line 17270 def imageURL @imageURL end |
#itemCount ⇒ Object
Returns the value of attribute itemCount.
17268 17269 17270 |
# File 'lib/eBay.rb', line 17268 def itemCount @itemCount end |
#name ⇒ Object
Returns the value of attribute name.
17266 17267 17268 |
# File 'lib/eBay.rb', line 17266 def name @name end |
#productCount ⇒ Object
Returns the value of attribute productCount.
17269 17270 17271 |
# File 'lib/eBay.rb', line 17269 def productCount @productCount end |
Instance Method Details
#set_any(elements) ⇒ Object
17273 17274 17275 |
# File 'lib/eBay.rb', line 17273 def set_any(elements) @__xmlele_any = elements end |