Class: EBay::CharityAffiliationType
- Inherits:
-
Object
- Object
- EBay::CharityAffiliationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCharityAffiliationType
xmlattr_id - SOAP::SOAPString
xmlattr_type - SOAP::SOAPToken
Constant Summary collapse
- AttrId =
XSD::QName.new(nil, "id")
- AttrType =
XSD::QName.new(nil, "type")
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize ⇒ CharityAffiliationType
constructor
A new instance of CharityAffiliationType.
- #set_any(elements) ⇒ Object
- #xmlattr_id ⇒ Object
- #xmlattr_id=(value) ⇒ Object
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
Constructor Details
#initialize ⇒ CharityAffiliationType
Returns a new instance of CharityAffiliationType.
22550 22551 22552 22553 |
# File 'lib/eBay.rb', line 22550 def initialize @__xmlele_any = nil @__xmlattr = {} end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22524 22525 22526 |
# File 'lib/eBay.rb', line 22524 def __xmlele_any @__xmlele_any end |
Instance Method Details
#__xmlattr ⇒ Object
22530 22531 22532 |
# File 'lib/eBay.rb', line 22530 def __xmlattr @__xmlattr ||= {} end |
#set_any(elements) ⇒ Object
22526 22527 22528 |
# File 'lib/eBay.rb', line 22526 def set_any(elements) @__xmlele_any = elements end |
#xmlattr_id ⇒ Object
22534 22535 22536 |
# File 'lib/eBay.rb', line 22534 def xmlattr_id __xmlattr[AttrId] end |
#xmlattr_id=(value) ⇒ Object
22538 22539 22540 |
# File 'lib/eBay.rb', line 22538 def xmlattr_id=(value) __xmlattr[AttrId] = value end |
#xmlattr_type ⇒ Object
22542 22543 22544 |
# File 'lib/eBay.rb', line 22542 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
22546 22547 22548 |
# File 'lib/eBay.rb', line 22546 def xmlattr_type=(value) __xmlattr[AttrType] = value end |