Class: CharitySellerType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharitySellerType

charitySellerStatus - CharitySellerStatusCodeType
charityAffiliation - CharityAffiliationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CharitySellerType.



18162
18163
18164
18165
18166
# File 'lib/eBay.rb', line 18162

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.



18156
18157
18158
# File 'lib/eBay.rb', line 18156

def __xmlele_any
  @__xmlele_any
end

#charityAffiliationObject

Returns the value of attribute charityAffiliation.



18155
18156
18157
# File 'lib/eBay.rb', line 18155

def charityAffiliation
  @charityAffiliation
end

#charitySellerStatusObject

Returns the value of attribute charitySellerStatus.



18154
18155
18156
# File 'lib/eBay.rb', line 18154

def charitySellerStatus
  @charitySellerStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



18158
18159
18160
# File 'lib/eBay.rb', line 18158

def set_any(elements)
  @__xmlele_any = elements
end