Class: EBay::CharityAffiliationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharityAffiliationsType

charityID - EBay::CharityIDType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



22560
22561
22562
# File 'lib/eBay.rb', line 22560

def __xmlele_any
  @__xmlele_any
end

#charityIDObject

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