Class: EBay::CharitySellerType
- Inherits:
-
Object
- Object
- EBay::CharitySellerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCharitySellerType
charitySellerStatus - EBay::CharitySellerStatusCodeType
charityAffiliation - EBay::CharityAffiliationType
termsAndConditionsAccepted - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#charityAffiliation ⇒ Object
Returns the value of attribute charityAffiliation.
-
#charitySellerStatus ⇒ Object
Returns the value of attribute charitySellerStatus.
-
#termsAndConditionsAccepted ⇒ Object
Returns the value of attribute termsAndConditionsAccepted.
Instance Method Summary collapse
-
#initialize(charitySellerStatus = nil, charityAffiliation = [], termsAndConditionsAccepted = nil) ⇒ CharitySellerType
constructor
A new instance of CharitySellerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(charitySellerStatus = nil, charityAffiliation = [], termsAndConditionsAccepted = nil) ⇒ CharitySellerType
Returns a new instance of CharitySellerType.
22717 22718 22719 22720 22721 22722 |
# File 'lib/eBay.rb', line 22717 def initialize(charitySellerStatus = nil, charityAffiliation = [], termsAndConditionsAccepted = nil) @charitySellerStatus = charitySellerStatus @charityAffiliation = charityAffiliation @termsAndConditionsAccepted = termsAndConditionsAccepted @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22711 22712 22713 |
# File 'lib/eBay.rb', line 22711 def __xmlele_any @__xmlele_any end |
#charityAffiliation ⇒ Object
Returns the value of attribute charityAffiliation.
22709 22710 22711 |
# File 'lib/eBay.rb', line 22709 def charityAffiliation @charityAffiliation end |
#charitySellerStatus ⇒ Object
Returns the value of attribute charitySellerStatus.
22708 22709 22710 |
# File 'lib/eBay.rb', line 22708 def charitySellerStatus @charitySellerStatus end |
#termsAndConditionsAccepted ⇒ Object
Returns the value of attribute termsAndConditionsAccepted.
22710 22711 22712 |
# File 'lib/eBay.rb', line 22710 def termsAndConditionsAccepted @termsAndConditionsAccepted end |
Instance Method Details
#set_any(elements) ⇒ Object
22713 22714 22715 |
# File 'lib/eBay.rb', line 22713 def set_any(elements) @__xmlele_any = elements end |