Class: ExpressHistogramAisleType

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

Overview

urn:ebay:apis:eBLBaseComponentsExpressHistogramAisleType

domainDetails - ExpressHistogramDomainDetailsType
productType - ExpressHistogramProductType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domainDetails = nil, productType = []) ⇒ ExpressHistogramAisleType

Returns a new instance of ExpressHistogramAisleType.



18990
18991
18992
18993
18994
# File 'lib/eBay.rb', line 18990

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.



18984
18985
18986
# File 'lib/eBay.rb', line 18984

def __xmlele_any
  @__xmlele_any
end

#domainDetailsObject

Returns the value of attribute domainDetails.



18982
18983
18984
# File 'lib/eBay.rb', line 18982

def domainDetails
  @domainDetails
end

#productTypeObject

Returns the value of attribute productType.



18983
18984
18985
# File 'lib/eBay.rb', line 18983

def productType
  @productType
end

Instance Method Details

#set_any(elements) ⇒ Object



18986
18987
18988
# File 'lib/eBay.rb', line 18986

def set_any(elements)
  @__xmlele_any = elements
end