Class: EBay::ItemCompatibilityListType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemCompatibilityListType

compatibility - EBay::ItemCompatibilityType
replaceAll - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(compatibility = [], replaceAll = nil) ⇒ ItemCompatibilityListType

Returns a new instance of ItemCompatibilityListType.



25208
25209
25210
25211
25212
# File 'lib/eBay.rb', line 25208

def initialize(compatibility = [], replaceAll = nil)
  @compatibility = compatibility
  @replaceAll = replaceAll
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25202
25203
25204
# File 'lib/eBay.rb', line 25202

def __xmlele_any
  @__xmlele_any
end

#compatibilityObject

Returns the value of attribute compatibility.



25200
25201
25202
# File 'lib/eBay.rb', line 25200

def compatibility
  @compatibility
end

#replaceAllObject

Returns the value of attribute replaceAll.



25201
25202
25203
# File 'lib/eBay.rb', line 25201

def replaceAll
  @replaceAll
end

Instance Method Details

#set_any(elements) ⇒ Object



25204
25205
25206
# File 'lib/eBay.rb', line 25204

def set_any(elements)
  @__xmlele_any = elements
end