Class: ExpressHistogramProductType
- Inherits:
-
Object
- Object
- ExpressHistogramProductType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExpressHistogramProductType
Constant Summary collapse
- @@schema_type =
"ExpressHistogramProductType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["domainDetails", ["ExpressHistogramDomainDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DomainDetails")]], ["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.
-
#domainDetails ⇒ Object
Returns the value of attribute domainDetails.
Instance Method Summary collapse
-
#initialize(domainDetails = nil) ⇒ ExpressHistogramProductType
constructor
A new instance of ExpressHistogramProductType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(domainDetails = nil) ⇒ ExpressHistogramProductType
Returns a new instance of ExpressHistogramProductType.
17303 17304 17305 17306 |
# File 'lib/eBay.rb', line 17303 def initialize(domainDetails = nil) @domainDetails = domainDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17297 17298 17299 |
# File 'lib/eBay.rb', line 17297 def __xmlele_any @__xmlele_any end |
#domainDetails ⇒ Object
Returns the value of attribute domainDetails.
17296 17297 17298 |
# File 'lib/eBay.rb', line 17296 def domainDetails @domainDetails end |
Instance Method Details
#set_any(elements) ⇒ Object
17299 17300 17301 |
# File 'lib/eBay.rb', line 17299 def set_any(elements) @__xmlele_any = elements end |