Class: EBay::CharacteristicsSetType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22476
22477
22478
# File 'lib/eBay.rb', line 22476

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



22473
22474
22475
# File 'lib/eBay.rb', line 22473

def attributeSetID
  @attributeSetID
end

#attributeSetVersionObject

Returns the value of attribute attributeSetVersion.



22474
22475
22476
# File 'lib/eBay.rb', line 22474

def attributeSetVersion
  @attributeSetVersion
end

#characteristicsObject

Returns the value of attribute characteristics.



22475
22476
22477
# File 'lib/eBay.rb', line 22475

def characteristics
  @characteristics
end

#nameObject

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