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.



13088
13089
13090
13091
13092
# File 'lib/eBay.rb', line 13088

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.



13082
13083
13084
# File 'lib/eBay.rb', line 13082

def __xmlele_any
  @__xmlele_any
end

#charityAffiliationObject

Returns the value of attribute charityAffiliation.



13081
13082
13083
# File 'lib/eBay.rb', line 13081

def charityAffiliation
  @charityAffiliation
end

#charitySellerStatusObject

Returns the value of attribute charitySellerStatus.



13080
13081
13082
# File 'lib/eBay.rb', line 13080

def charitySellerStatus
  @charitySellerStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



13084
13085
13086
# File 'lib/eBay.rb', line 13084

def set_any(elements)
  @__xmlele_any = elements
end