Class: CharitySellerType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharitySellerType

Constant Summary collapse

@@schema_type =
"CharitySellerType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["charitySellerStatus", ["CharitySellerStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharitySellerStatus")]],
  ["charityAffiliation", ["CharityAffiliationType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CharityAffiliation")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(charitySellerStatus = nil, charityAffiliation = []) ⇒ CharitySellerType

Returns a new instance of CharitySellerType.



16509
16510
16511
16512
16513
# File 'lib/eBay.rb', line 16509

def initialize(charitySellerStatus = nil, charityAffiliation = [])
  @charitySellerStatus = charitySellerStatus
  @charityAffiliation = charityAffiliation
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16503
16504
16505
# File 'lib/eBay.rb', line 16503

def __xmlele_any
  @__xmlele_any
end

#charityAffiliationObject

Returns the value of attribute charityAffiliation.



16502
16503
16504
# File 'lib/eBay.rb', line 16502

def charityAffiliation
  @charityAffiliation
end

#charitySellerStatusObject

Returns the value of attribute charitySellerStatus.



16501
16502
16503
# File 'lib/eBay.rb', line 16501

def charitySellerStatus
  @charitySellerStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



16505
16506
16507
# File 'lib/eBay.rb', line 16505

def set_any(elements)
  @__xmlele_any = elements
end