Class: EBay::CharitySellerType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharitySellerType

charitySellerStatus - EBay::CharitySellerStatusCodeType
charityAffiliation - EBay::CharityAffiliationType
termsAndConditionsAccepted - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



22711
22712
22713
# File 'lib/eBay.rb', line 22711

def __xmlele_any
  @__xmlele_any
end

#charityAffiliationObject

Returns the value of attribute charityAffiliation.



22709
22710
22711
# File 'lib/eBay.rb', line 22709

def charityAffiliation
  @charityAffiliation
end

#charitySellerStatusObject

Returns the value of attribute charitySellerStatus.



22708
22709
22710
# File 'lib/eBay.rb', line 22708

def charitySellerStatus
  @charitySellerStatus
end

#termsAndConditionsAcceptedObject

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