Class: EBay::ItemCompatibilityType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemCompatibilityType

delete - SOAP::SOAPBoolean
nameValueList - EBay::NameValueListType
compatibilityNotes - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(delete = nil, nameValueList = [], compatibilityNotes = nil) ⇒ ItemCompatibilityType

Returns a new instance of ItemCompatibilityType.



25229
25230
25231
25232
25233
25234
# File 'lib/eBay.rb', line 25229

def initialize(delete = nil, nameValueList = [], compatibilityNotes = nil)
  @delete = delete
  @nameValueList = nameValueList
  @compatibilityNotes = compatibilityNotes
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25223
25224
25225
# File 'lib/eBay.rb', line 25223

def __xmlele_any
  @__xmlele_any
end

#compatibilityNotesObject

Returns the value of attribute compatibilityNotes.



25222
25223
25224
# File 'lib/eBay.rb', line 25222

def compatibilityNotes
  @compatibilityNotes
end

#deleteObject

Returns the value of attribute delete.



25220
25221
25222
# File 'lib/eBay.rb', line 25220

def delete
  @delete
end

#nameValueListObject

Returns the value of attribute nameValueList.



25221
25222
25223
# File 'lib/eBay.rb', line 25221

def nameValueList
  @nameValueList
end

Instance Method Details

#set_any(elements) ⇒ Object



25225
25226
25227
# File 'lib/eBay.rb', line 25225

def set_any(elements)
  @__xmlele_any = elements
end