Class: MinimumReservePriceDefinitionType
- Inherits:
-
Object
- Object
- MinimumReservePriceDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMinimumReservePriceDefinitionType
Constant Summary collapse
- @@schema_type =
"MinimumReservePriceDefinitionType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["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.
Instance Method Summary collapse
-
#initialize ⇒ MinimumReservePriceDefinitionType
constructor
A new instance of MinimumReservePriceDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ MinimumReservePriceDefinitionType
Returns a new instance of MinimumReservePriceDefinitionType.
19514 19515 19516 |
# File 'lib/eBay.rb', line 19514 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19508 19509 19510 |
# File 'lib/eBay.rb', line 19508 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
19510 19511 19512 |
# File 'lib/eBay.rb', line 19510 def set_any(elements) @__xmlele_any = elements end |