Class: DomainHistogramType
- Inherits:
-
Object
- Object
- DomainHistogramType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDomainHistogramType
Constant Summary collapse
- @@schema_type =
"DomainHistogramType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["department", ["ExpressHistogramDepartmentType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Department")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#department ⇒ Object
Returns the value of attribute department.
Instance Method Summary collapse
-
#initialize(department = []) ⇒ DomainHistogramType
constructor
A new instance of DomainHistogramType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(department = []) ⇒ DomainHistogramType
Returns a new instance of DomainHistogramType.
17054 17055 17056 17057 |
# File 'lib/eBay.rb', line 17054 def initialize(department = []) @department = department @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17048 17049 17050 |
# File 'lib/eBay.rb', line 17048 def __xmlele_any @__xmlele_any end |
#department ⇒ Object
Returns the value of attribute department.
17047 17048 17049 |
# File 'lib/eBay.rb', line 17047 def department @department end |
Instance Method Details
#set_any(elements) ⇒ Object
17050 17051 17052 |
# File 'lib/eBay.rb', line 17050 def set_any(elements) @__xmlele_any = elements end |