Class: EBay::ItemCompatibilityType
- Inherits:
-
Object
- Object
- EBay::ItemCompatibilityType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemCompatibilityType
delete - SOAP::SOAPBoolean
nameValueList - EBay::NameValueListType
compatibilityNotes - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#compatibilityNotes ⇒ Object
Returns the value of attribute compatibilityNotes.
-
#delete ⇒ Object
Returns the value of attribute delete.
-
#nameValueList ⇒ Object
Returns the value of attribute nameValueList.
Instance Method Summary collapse
-
#initialize(delete = nil, nameValueList = [], compatibilityNotes = nil) ⇒ ItemCompatibilityType
constructor
A new instance of ItemCompatibilityType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25223 25224 25225 |
# File 'lib/eBay.rb', line 25223 def __xmlele_any @__xmlele_any end |
#compatibilityNotes ⇒ Object
Returns the value of attribute compatibilityNotes.
25222 25223 25224 |
# File 'lib/eBay.rb', line 25222 def compatibilityNotes @compatibilityNotes end |
#delete ⇒ Object
Returns the value of attribute delete.
25220 25221 25222 |
# File 'lib/eBay.rb', line 25220 def delete @delete end |
#nameValueList ⇒ Object
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 |