Class: EBay::PayPalRequiredDefinitionType
- Inherits:
-
Object
- Object
- EBay::PayPalRequiredDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPayPalRequiredDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ PayPalRequiredDefinitionType
constructor
A new instance of PayPalRequiredDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ PayPalRequiredDefinitionType
Returns a new instance of PayPalRequiredDefinitionType.
28413 28414 28415 |
# File 'lib/eBay.rb', line 28413 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28407 28408 28409 |
# File 'lib/eBay.rb', line 28407 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
28409 28410 28411 |
# File 'lib/eBay.rb', line 28409 def set_any(elements) @__xmlele_any = elements end |