Class: AttributeSetType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsAttributeSetType

attribute - AttributeType
xmlattr_attributeSetID - SOAP::SOAPInt
xmlattr_attributeSetVersion - SOAP::SOAPString

Constant Summary collapse

AttrAttributeSetID =
XSD::QName.new(nil, "attributeSetID")
AttrAttributeSetVersion =
XSD::QName.new(nil, "attributeSetVersion")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attribute = []) ⇒ AttributeSetType

Returns a new instance of AttributeSetType.



16700
16701
16702
16703
16704
# File 'lib/eBay.rb', line 16700

def initialize(attribute = [])
  @attribute = attribute
  @__xmlele_any = nil
  @__xmlattr = {}
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16674
16675
16676
# File 'lib/eBay.rb', line 16674

def __xmlele_any
  @__xmlele_any
end

#attributeObject

Returns the value of attribute attribute.



16673
16674
16675
# File 'lib/eBay.rb', line 16673

def attribute
  @attribute
end

Instance Method Details

#__xmlattrObject



16680
16681
16682
# File 'lib/eBay.rb', line 16680

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



16676
16677
16678
# File 'lib/eBay.rb', line 16676

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_attributeSetIDObject



16684
16685
16686
# File 'lib/eBay.rb', line 16684

def xmlattr_attributeSetID
  __xmlattr[AttrAttributeSetID]
end

#xmlattr_attributeSetID=(value) ⇒ Object



16688
16689
16690
# File 'lib/eBay.rb', line 16688

def xmlattr_attributeSetID=(value)
  __xmlattr[AttrAttributeSetID] = value
end

#xmlattr_attributeSetVersionObject



16692
16693
16694
# File 'lib/eBay.rb', line 16692

def xmlattr_attributeSetVersion
  __xmlattr[AttrAttributeSetVersion]
end

#xmlattr_attributeSetVersion=(value) ⇒ Object



16696
16697
16698
# File 'lib/eBay.rb', line 16696

def xmlattr_attributeSetVersion=(value)
  __xmlattr[AttrAttributeSetVersion] = value
end