Class: CategoryMappingType

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

Overview

urn:ebay:apis:eBLBaseComponentsCategoryMappingType

xmlattr_oldID - SOAP::SOAPString
xmlattr_id - SOAP::SOAPString

Constant Summary collapse

AttrId =
XSD::QName.new(nil, "id")
AttrOldID =
XSD::QName.new(nil, "oldID")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCategoryMappingType

Returns a new instance of CategoryMappingType.



17849
17850
17851
17852
# File 'lib/eBay.rb', line 17849

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17823
17824
17825
# File 'lib/eBay.rb', line 17823

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#__xmlattrObject



17829
17830
17831
# File 'lib/eBay.rb', line 17829

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



17825
17826
17827
# File 'lib/eBay.rb', line 17825

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



17841
17842
17843
# File 'lib/eBay.rb', line 17841

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



17845
17846
17847
# File 'lib/eBay.rb', line 17845

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

#xmlattr_oldIDObject



17833
17834
17835
# File 'lib/eBay.rb', line 17833

def xmlattr_oldID
  __xmlattr[AttrOldID]
end

#xmlattr_oldID=(value) ⇒ Object



17837
17838
17839
# File 'lib/eBay.rb', line 17837

def xmlattr_oldID=(value)
  __xmlattr[AttrOldID] = value
end