Class: CharityAffiliationType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharityAffiliationType

xmlattr_id - SOAP::SOAPString
xmlattr_type - SOAP::SOAPToken

Constant Summary collapse

AttrId =
XSD::QName.new(nil, "id")
AttrType =
XSD::QName.new(nil, "type")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCharityAffiliationType

Returns a new instance of CharityAffiliationType.



18046
18047
18048
18049
# File 'lib/eBay.rb', line 18046

def initialize
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18020
18021
18022
# File 'lib/eBay.rb', line 18020

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#__xmlattrObject



18026
18027
18028
# File 'lib/eBay.rb', line 18026

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



18022
18023
18024
# File 'lib/eBay.rb', line 18022

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



18030
18031
18032
# File 'lib/eBay.rb', line 18030

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



18034
18035
18036
# File 'lib/eBay.rb', line 18034

def xmlattr_id=(value)
  __xmlattr[AttrId] = value
end

#xmlattr_typeObject



18038
18039
18040
# File 'lib/eBay.rb', line 18038

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



18042
18043
18044
# File 'lib/eBay.rb', line 18042

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end