Class: EBay::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.



22550
22551
22552
22553
# File 'lib/eBay.rb', line 22550

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22524
22525
22526
# File 'lib/eBay.rb', line 22524

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#__xmlattrObject



22530
22531
22532
# File 'lib/eBay.rb', line 22530

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



22526
22527
22528
# File 'lib/eBay.rb', line 22526

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



22534
22535
22536
# File 'lib/eBay.rb', line 22534

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



22538
22539
22540
# File 'lib/eBay.rb', line 22538

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

#xmlattr_typeObject



22542
22543
22544
# File 'lib/eBay.rb', line 22542

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



22546
22547
22548
# File 'lib/eBay.rb', line 22546

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