Class: BestOfferEnabledDefinitionType
- Inherits:
-
Object
- Object
- BestOfferEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBestOfferEnabledDefinitionType
Constant Summary collapse
- @@schema_type =
"BestOfferEnabledDefinitionType"
- @@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 ⇒ BestOfferEnabledDefinitionType
constructor
A new instance of BestOfferEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ BestOfferEnabledDefinitionType
Returns a new instance of BestOfferEnabledDefinitionType.
15524 15525 15526 |
# File 'lib/eBay.rb', line 15524 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15518 15519 15520 |
# File 'lib/eBay.rb', line 15518 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
15520 15521 15522 |
# File 'lib/eBay.rb', line 15520 def set_any(elements) @__xmlele_any = elements end |