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



22327
22328
22329
22330
# File 'lib/eBay.rb', line 22327

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22301
22302
22303
# File 'lib/eBay.rb', line 22301

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#__xmlattrObject



22307
22308
22309
# File 'lib/eBay.rb', line 22307

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



22303
22304
22305
# File 'lib/eBay.rb', line 22303

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_idObject



22319
22320
22321
# File 'lib/eBay.rb', line 22319

def xmlattr_id
  __xmlattr[AttrId]
end

#xmlattr_id=(value) ⇒ Object



22323
22324
22325
# File 'lib/eBay.rb', line 22323

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

#xmlattr_oldIDObject



22311
22312
22313
# File 'lib/eBay.rb', line 22311

def xmlattr_oldID
  __xmlattr[AttrOldID]
end

#xmlattr_oldID=(value) ⇒ Object



22315
22316
22317
# File 'lib/eBay.rb', line 22315

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