Class: CharitySellerType
- Inherits:
-
Object
- Object
- CharitySellerType
- 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
-
#__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.
Instance Method Summary collapse
-
#initialize(charitySellerStatus = nil, charityAffiliation = []) ⇒ CharitySellerType
constructor
A new instance of CharitySellerType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16503 16504 16505 |
# File 'lib/eBay.rb', line 16503 def __xmlele_any @__xmlele_any end |
#charityAffiliation ⇒ Object
Returns the value of attribute charityAffiliation.
16502 16503 16504 |
# File 'lib/eBay.rb', line 16502 def charityAffiliation @charityAffiliation end |
#charitySellerStatus ⇒ Object
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 |