Class: ExpressHistogramDomainDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17271
17272
17273
# File 'lib/eBay.rb', line 17271

def __xmlele_any
  @__xmlele_any
end

Returns the value of attribute breadCrumb.



17267
17268
17269
# File 'lib/eBay.rb', line 17267

def breadCrumb
  @breadCrumb
end

#imageURLObject

Returns the value of attribute imageURL.



17270
17271
17272
# File 'lib/eBay.rb', line 17270

def imageURL
  @imageURL
end

#itemCountObject

Returns the value of attribute itemCount.



17268
17269
17270
# File 'lib/eBay.rb', line 17268

def itemCount
  @itemCount
end

#nameObject

Returns the value of attribute name.



17266
17267
17268
# File 'lib/eBay.rb', line 17266

def name
  @name
end

#productCountObject

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