Class: ExpressHistogramDepartmentType

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

Overview

urn:ebay:apis:eBLBaseComponentsExpressHistogramDepartmentType

domainDetails - ExpressHistogramDomainDetailsType
aisle - ExpressHistogramAisleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domainDetails = nil, aisle = []) ⇒ ExpressHistogramDepartmentType

Returns a new instance of ExpressHistogramDepartmentType.



19009
19010
19011
19012
19013
# File 'lib/eBay.rb', line 19009

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19003
19004
19005
# File 'lib/eBay.rb', line 19003

def __xmlele_any
  @__xmlele_any
end

#aisleObject

Returns the value of attribute aisle.



19002
19003
19004
# File 'lib/eBay.rb', line 19002

def aisle
  @aisle
end

#domainDetailsObject

Returns the value of attribute domainDetails.



19001
19002
19003
# File 'lib/eBay.rb', line 19001

def domainDetails
  @domainDetails
end

Instance Method Details

#set_any(elements) ⇒ Object



19005
19006
19007
# File 'lib/eBay.rb', line 19005

def set_any(elements)
  @__xmlele_any = elements
end