Class: ExpressHistogramProductType

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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



17297
17298
17299
# File 'lib/eBay.rb', line 17297

def __xmlele_any
  @__xmlele_any
end

#domainDetailsObject

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