Class: EBay::CharityAffiliationDetailType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsCharityAffiliationDetailType

charityID - SOAP::SOAPString
affiliationType - EBay::CharityAffiliationTypeCodeType
lastUsedTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22499
22500
22501
# File 'lib/eBay.rb', line 22499

def __xmlele_any
  @__xmlele_any
end

#affiliationTypeObject

Returns the value of attribute affiliationType.



22497
22498
22499
# File 'lib/eBay.rb', line 22497

def affiliationType
  @affiliationType
end

#charityIDObject

Returns the value of attribute charityID.



22496
22497
22498
# File 'lib/eBay.rb', line 22496

def charityID
  @charityID
end

#lastUsedTimeObject

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