Class: 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 - 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.



18004
18005
18006
18007
18008
18009
18010
# File 'lib/eBay.rb', line 18004

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.



17998
17999
18000
# File 'lib/eBay.rb', line 17998

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



17995
17996
17997
# File 'lib/eBay.rb', line 17995

def attributeSetID
  @attributeSetID
end

#attributeSetVersionObject

Returns the value of attribute attributeSetVersion.



17996
17997
17998
# File 'lib/eBay.rb', line 17996

def attributeSetVersion
  @attributeSetVersion
end

#characteristicsObject

Returns the value of attribute characteristics.



17997
17998
17999
# File 'lib/eBay.rb', line 17997

def characteristics
  @characteristics
end

#nameObject

Returns the value of attribute name.



17994
17995
17996
# File 'lib/eBay.rb', line 17994

def name
  @name
end

Instance Method Details

#set_any(elements) ⇒ Object



18000
18001
18002
# File 'lib/eBay.rb', line 18000

def set_any(elements)
  @__xmlele_any = elements
end