Class: DomainHistogramType

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

Overview

urn:ebay:apis:eBLBaseComponentsDomainHistogramType

department - ExpressHistogramDepartmentType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(department = []) ⇒ DomainHistogramType

Returns a new instance of DomainHistogramType.



18864
18865
18866
18867
# File 'lib/eBay.rb', line 18864

def initialize(department = [])
  @department = department
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18858
18859
18860
# File 'lib/eBay.rb', line 18858

def __xmlele_any
  @__xmlele_any
end

#departmentObject

Returns the value of attribute department.



18857
18858
18859
# File 'lib/eBay.rb', line 18857

def department
  @department
end

Instance Method Details

#set_any(elements) ⇒ Object



18860
18861
18862
# File 'lib/eBay.rb', line 18860

def set_any(elements)
  @__xmlele_any = elements
end