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.



14795
14796
14797
14798
14799
# File 'lib/eBay.rb', line 14795

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.



14789
14790
14791
# File 'lib/eBay.rb', line 14789

def __xmlele_any
  @__xmlele_any
end

#charityAffiliationObject

Returns the value of attribute charityAffiliation.



14788
14789
14790
# File 'lib/eBay.rb', line 14788

def charityAffiliation
  @charityAffiliation
end

#charitySellerStatusObject

Returns the value of attribute charitySellerStatus.



14787
14788
14789
# File 'lib/eBay.rb', line 14787

def charitySellerStatus
  @charitySellerStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



14791
14792
14793
# File 'lib/eBay.rb', line 14791

def set_any(elements)
  @__xmlele_any = elements
end