Class: EBay::CharityType
- Inherits:
-
Object
- Object
- EBay::CharityType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#charityID ⇒ Object
Returns the value of attribute charityID.
-
#charityListing ⇒ Object
Returns the value of attribute charityListing.
-
#charityName ⇒ Object
Returns the value of attribute charityName.
-
#charityNumber ⇒ Object
Returns the value of attribute charityNumber.
-
#donationPercent ⇒ Object
Returns the value of attribute donationPercent.
-
#logoURL ⇒ Object
Returns the value of attribute logoURL.
-
#mission ⇒ Object
Returns the value of attribute mission.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(charityName = nil, charityNumber = nil, donationPercent = nil, charityID = nil, mission = nil, logoURL = nil, status = nil, charityListing = nil) ⇒ CharityType
constructor
A new instance of CharityType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22743 22744 22745 |
# File 'lib/eBay.rb', line 22743 def __xmlele_any @__xmlele_any end |
#charityID ⇒ Object
Returns the value of attribute charityID.
22738 22739 22740 |
# File 'lib/eBay.rb', line 22738 def charityID @charityID end |
#charityListing ⇒ Object
Returns the value of attribute charityListing.
22742 22743 22744 |
# File 'lib/eBay.rb', line 22742 def charityListing @charityListing end |
#charityName ⇒ Object
Returns the value of attribute charityName.
22735 22736 22737 |
# File 'lib/eBay.rb', line 22735 def charityName @charityName end |
#charityNumber ⇒ Object
Returns the value of attribute charityNumber.
22736 22737 22738 |
# File 'lib/eBay.rb', line 22736 def charityNumber @charityNumber end |
#donationPercent ⇒ Object
Returns the value of attribute donationPercent.
22737 22738 22739 |
# File 'lib/eBay.rb', line 22737 def donationPercent @donationPercent end |
#logoURL ⇒ Object
Returns the value of attribute logoURL.
22740 22741 22742 |
# File 'lib/eBay.rb', line 22740 def logoURL @logoURL end |
#mission ⇒ Object
Returns the value of attribute mission.
22739 22740 22741 |
# File 'lib/eBay.rb', line 22739 def mission @mission end |
#status ⇒ Object
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 |