Class: EBay::CharacteristicsSetType
- Inherits:
-
Object
- Object
- EBay::CharacteristicsSetType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCharacteristicsSetType
name - SOAP::SOAPString
attributeSetID - SOAP::SOAPInt
attributeSetVersion - SOAP::SOAPString
characteristics - EBay::CharacteristicType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
-
#attributeSetVersion ⇒ Object
Returns the value of attribute attributeSetVersion.
-
#characteristics ⇒ Object
Returns the value of attribute characteristics.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, attributeSetID = nil, attributeSetVersion = nil, characteristics = []) ⇒ CharacteristicsSetType
constructor
A new instance of CharacteristicsSetType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, attributeSetID = nil, attributeSetVersion = nil, characteristics = []) ⇒ CharacteristicsSetType
Returns a new instance of CharacteristicsSetType.
22482 22483 22484 22485 22486 22487 22488 |
# File 'lib/eBay.rb', line 22482 def initialize(name = nil, attributeSetID = nil, attributeSetVersion = nil, characteristics = []) @name = name @attributeSetID = attributeSetID @attributeSetVersion = attributeSetVersion @characteristics = characteristics @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22476 22477 22478 |
# File 'lib/eBay.rb', line 22476 def __xmlele_any @__xmlele_any end |
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
22473 22474 22475 |
# File 'lib/eBay.rb', line 22473 def attributeSetID @attributeSetID end |
#attributeSetVersion ⇒ Object
Returns the value of attribute attributeSetVersion.
22474 22475 22476 |
# File 'lib/eBay.rb', line 22474 def attributeSetVersion @attributeSetVersion end |
#characteristics ⇒ Object
Returns the value of attribute characteristics.
22475 22476 22477 |
# File 'lib/eBay.rb', line 22475 def characteristics @characteristics end |
#name ⇒ Object
Returns the value of attribute name.
22472 22473 22474 |
# File 'lib/eBay.rb', line 22472 def name @name end |
Instance Method Details
#set_any(elements) ⇒ Object
22478 22479 22480 |
# File 'lib/eBay.rb', line 22478 def set_any(elements) @__xmlele_any = elements end |