Class: EBay::SellerContactDetailsEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::SellerContactDetailsEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerContactDetailsEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ SellerContactDetailsEnabledDefinitionType
constructor
A new instance of SellerContactDetailsEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ SellerContactDetailsEnabledDefinitionType
Returns a new instance of SellerContactDetailsEnabledDefinitionType.
30944 30945 30946 |
# File 'lib/eBay.rb', line 30944 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30938 30939 30940 |
# File 'lib/eBay.rb', line 30938 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
30940 30941 30942 |
# File 'lib/eBay.rb', line 30940 def set_any(elements) @__xmlele_any = elements end |