Class: EBay::CharityType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharityType

charityName - SOAP::SOAPString
charityNumber - SOAP::SOAPInt
donationPercent - SOAP::SOAPFloat
charityID - SOAP::SOAPString
mission - SOAP::SOAPString
logoURL - SOAP::SOAPString
status - EBay::CharityStatusCodeType
charityListing - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(charityName = nil, charityNumber = nil, donationPercent = nil, charityID = nil, mission = nil, logoURL = nil, status = nil, charityListing = nil) ⇒ CharityType

Returns a new instance of CharityType.



22749
22750
22751
22752
22753
22754
22755
22756
22757
22758
22759
# File 'lib/eBay.rb', line 22749

def initialize(charityName = nil, charityNumber = nil, donationPercent = nil, charityID = nil, mission = nil, logoURL = nil, status = nil, charityListing = nil)
  @charityName = charityName
  @charityNumber = charityNumber
  @donationPercent = donationPercent
  @charityID = charityID
  @mission = mission
  @logoURL = logoURL
  @status = status
  @charityListing = charityListing
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22743
22744
22745
# File 'lib/eBay.rb', line 22743

def __xmlele_any
  @__xmlele_any
end

#charityIDObject

Returns the value of attribute charityID.



22738
22739
22740
# File 'lib/eBay.rb', line 22738

def charityID
  @charityID
end

#charityListingObject

Returns the value of attribute charityListing.



22742
22743
22744
# File 'lib/eBay.rb', line 22742

def charityListing
  @charityListing
end

#charityNameObject

Returns the value of attribute charityName.



22735
22736
22737
# File 'lib/eBay.rb', line 22735

def charityName
  @charityName
end

#charityNumberObject

Returns the value of attribute charityNumber.



22736
22737
22738
# File 'lib/eBay.rb', line 22736

def charityNumber
  @charityNumber
end

#donationPercentObject

Returns the value of attribute donationPercent.



22737
22738
22739
# File 'lib/eBay.rb', line 22737

def donationPercent
  @donationPercent
end

#logoURLObject

Returns the value of attribute logoURL.



22740
22741
22742
# File 'lib/eBay.rb', line 22740

def logoURL
  @logoURL
end

#missionObject

Returns the value of attribute mission.



22739
22740
22741
# File 'lib/eBay.rb', line 22739

def mission
  @mission
end

#statusObject

Returns the value of attribute status.



22741
22742
22743
# File 'lib/eBay.rb', line 22741

def status
  @status
end

Instance Method Details

#set_any(elements) ⇒ Object



22745
22746
22747
# File 'lib/eBay.rb', line 22745

def set_any(elements)
  @__xmlele_any = elements
end