Class: EBay::AttributeSetType

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

Overview

urn:ebay:apis:eBLBaseComponentsAttributeSetType

attribute - EBay::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.



20781
20782
20783
20784
20785
# File 'lib/eBay.rb', line 20781

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20755
20756
20757
# File 'lib/eBay.rb', line 20755

def __xmlele_any
  @__xmlele_any
end

#attributeObject

Returns the value of attribute attribute.



20754
20755
20756
# File 'lib/eBay.rb', line 20754

def attribute
  @attribute
end

Instance Method Details

#__xmlattrObject



20761
20762
20763
# File 'lib/eBay.rb', line 20761

def __xmlattr
  @__xmlattr ||= {}
end

#set_any(elements) ⇒ Object



20757
20758
20759
# File 'lib/eBay.rb', line 20757

def set_any(elements)
  @__xmlele_any = elements
end

#xmlattr_attributeSetIDObject



20765
20766
20767
# File 'lib/eBay.rb', line 20765

def xmlattr_attributeSetID
  __xmlattr[AttrAttributeSetID]
end

#xmlattr_attributeSetID=(value) ⇒ Object



20769
20770
20771
# File 'lib/eBay.rb', line 20769

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

#xmlattr_attributeSetVersionObject



20773
20774
20775
# File 'lib/eBay.rb', line 20773

def xmlattr_attributeSetVersion
  __xmlattr[AttrAttributeSetVersion]
end

#xmlattr_attributeSetVersion=(value) ⇒ Object



20777
20778
20779
# File 'lib/eBay.rb', line 20777

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