Class: ExpressHistogramAisleType

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

Overview

urn:ebay:apis:eBLBaseComponentsExpressHistogramAisleType

Constant Summary collapse

@@schema_type =
"ExpressHistogramAisleType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["domainDetails", ["ExpressHistogramDomainDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DomainDetails")]],
  ["productType", ["ExpressHistogramProductType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductType")]],
  ["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, productType = []) ⇒ ExpressHistogramAisleType

Returns a new instance of ExpressHistogramAisleType.



17221
17222
17223
17224
17225
# File 'lib/eBay.rb', line 17221

def initialize(domainDetails = nil, productType = [])
  @domainDetails = domainDetails
  @productType = productType
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17215
17216
17217
# File 'lib/eBay.rb', line 17215

def __xmlele_any
  @__xmlele_any
end

#domainDetailsObject

Returns the value of attribute domainDetails.



17213
17214
17215
# File 'lib/eBay.rb', line 17213

def domainDetails
  @domainDetails
end

#productTypeObject

Returns the value of attribute productType.



17214
17215
17216
# File 'lib/eBay.rb', line 17214

def productType
  @productType
end

Instance Method Details

#set_any(elements) ⇒ Object



17217
17218
17219
# File 'lib/eBay.rb', line 17217

def set_any(elements)
  @__xmlele_any = elements
end