Class: EBay::PayPalBuyerProtectionEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::PayPalBuyerProtectionEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPayPalBuyerProtectionEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ PayPalBuyerProtectionEnabledDefinitionType
constructor
A new instance of PayPalBuyerProtectionEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ PayPalBuyerProtectionEnabledDefinitionType
Returns a new instance of PayPalBuyerProtectionEnabledDefinitionType.
28400 28401 28402 |
# File 'lib/eBay.rb', line 28400 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28394 28395 28396 |
# File 'lib/eBay.rb', line 28394 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
28396 28397 28398 |
# File 'lib/eBay.rb', line 28396 def set_any(elements) @__xmlele_any = elements end |