Class: EBay::ItemCompatibilityListType
- Inherits:
-
Object
- Object
- EBay::ItemCompatibilityListType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemCompatibilityListType
compatibility - EBay::ItemCompatibilityType
replaceAll - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#compatibility ⇒ Object
Returns the value of attribute compatibility.
-
#replaceAll ⇒ Object
Returns the value of attribute replaceAll.
Instance Method Summary collapse
-
#initialize(compatibility = [], replaceAll = nil) ⇒ ItemCompatibilityListType
constructor
A new instance of ItemCompatibilityListType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25202 25203 25204 |
# File 'lib/eBay.rb', line 25202 def __xmlele_any @__xmlele_any end |
#compatibility ⇒ Object
Returns the value of attribute compatibility.
25200 25201 25202 |
# File 'lib/eBay.rb', line 25200 def compatibility @compatibility end |
#replaceAll ⇒ Object
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 |