Class: EBay::CharityAffiliationDetailType
- Inherits:
-
Object
- Object
- EBay::CharityAffiliationDetailType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCharityAffiliationDetailType
charityID - SOAP::SOAPString
affiliationType - EBay::CharityAffiliationTypeCodeType
lastUsedTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#affiliationType ⇒ Object
Returns the value of attribute affiliationType.
-
#charityID ⇒ Object
Returns the value of attribute charityID.
-
#lastUsedTime ⇒ Object
Returns the value of attribute lastUsedTime.
Instance Method Summary collapse
-
#initialize(charityID = nil, affiliationType = nil, lastUsedTime = nil) ⇒ CharityAffiliationDetailType
constructor
A new instance of CharityAffiliationDetailType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(charityID = nil, affiliationType = nil, lastUsedTime = nil) ⇒ CharityAffiliationDetailType
Returns a new instance of CharityAffiliationDetailType.
22505 22506 22507 22508 22509 22510 |
# File 'lib/eBay.rb', line 22505 def initialize(charityID = nil, affiliationType = nil, lastUsedTime = nil) @charityID = charityID @affiliationType = affiliationType @lastUsedTime = lastUsedTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22499 22500 22501 |
# File 'lib/eBay.rb', line 22499 def __xmlele_any @__xmlele_any end |
#affiliationType ⇒ Object
Returns the value of attribute affiliationType.
22497 22498 22499 |
# File 'lib/eBay.rb', line 22497 def affiliationType @affiliationType end |
#charityID ⇒ Object
Returns the value of attribute charityID.
22496 22497 22498 |
# File 'lib/eBay.rb', line 22496 def charityID @charityID end |
#lastUsedTime ⇒ Object
Returns the value of attribute lastUsedTime.
22498 22499 22500 |
# File 'lib/eBay.rb', line 22498 def lastUsedTime @lastUsedTime end |
Instance Method Details
#set_any(elements) ⇒ Object
22501 22502 22503 |
# File 'lib/eBay.rb', line 22501 def set_any(elements) @__xmlele_any = elements end |