Class: ExpressHistogramDomainDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsExpressHistogramDomainDetailsType

name - SOAP::SOAPString
breadCrumb - SOAP::SOAPString
itemCount - SOAP::SOAPInt
productCount - SOAP::SOAPInt
imageURL - SOAP::SOAPAnyURI

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.



19034
19035
19036
19037
19038
19039
19040
19041
# File 'lib/eBay.rb', line 19034

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.



19028
19029
19030
# File 'lib/eBay.rb', line 19028

def __xmlele_any
  @__xmlele_any
end

Returns the value of attribute breadCrumb.



19024
19025
19026
# File 'lib/eBay.rb', line 19024

def breadCrumb
  @breadCrumb
end

#imageURLObject

Returns the value of attribute imageURL.



19027
19028
19029
# File 'lib/eBay.rb', line 19027

def imageURL
  @imageURL
end

#itemCountObject

Returns the value of attribute itemCount.



19025
19026
19027
# File 'lib/eBay.rb', line 19025

def itemCount
  @itemCount
end

#nameObject

Returns the value of attribute name.



19023
19024
19025
# File 'lib/eBay.rb', line 19023

def name
  @name
end

#productCountObject

Returns the value of attribute productCount.



19026
19027
19028
# File 'lib/eBay.rb', line 19026

def productCount
  @productCount
end

Instance Method Details

#set_any(elements) ⇒ Object



19030
19031
19032
# File 'lib/eBay.rb', line 19030

def set_any(elements)
  @__xmlele_any = elements
end