Class: ExpressHistogramProductType

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

Overview

urn:ebay:apis:eBLBaseComponentsExpressHistogramProductType

domainDetails - ExpressHistogramDomainDetailsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domainDetails = nil) ⇒ ExpressHistogramProductType

Returns a new instance of ExpressHistogramProductType.



19054
19055
19056
19057
# File 'lib/eBay.rb', line 19054

def initialize(domainDetails = nil)
  @domainDetails = domainDetails
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19048
19049
19050
# File 'lib/eBay.rb', line 19048

def __xmlele_any
  @__xmlele_any
end

#domainDetailsObject

Returns the value of attribute domainDetails.



19047
19048
19049
# File 'lib/eBay.rb', line 19047

def domainDetails
  @domainDetails
end

Instance Method Details

#set_any(elements) ⇒ Object



19050
19051
19052
# File 'lib/eBay.rb', line 19050

def set_any(elements)
  @__xmlele_any = elements
end