Class: EBay::CharityAffiliationsType
- Inherits:
-
Object
- Object
- EBay::CharityAffiliationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCharityAffiliationsType
charityID - EBay::CharityIDType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#charityID ⇒ Object
Returns the value of attribute charityID.
Instance Method Summary collapse
-
#initialize(charityID = []) ⇒ CharityAffiliationsType
constructor
A new instance of CharityAffiliationsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(charityID = []) ⇒ CharityAffiliationsType
Returns a new instance of CharityAffiliationsType.
22566 22567 22568 22569 |
# File 'lib/eBay.rb', line 22566 def initialize(charityID = []) @charityID = charityID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22560 22561 22562 |
# File 'lib/eBay.rb', line 22560 def __xmlele_any @__xmlele_any end |
#charityID ⇒ Object
Returns the value of attribute charityID.
22559 22560 22561 |
# File 'lib/eBay.rb', line 22559 def charityID @charityID end |
Instance Method Details
#set_any(elements) ⇒ Object
22562 22563 22564 |
# File 'lib/eBay.rb', line 22562 def set_any(elements) @__xmlele_any = elements end |