Class: EBay::AttributeSetType
- Inherits:
-
Object
- Object
- EBay::AttributeSetType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attribute ⇒ Object
Returns the value of attribute attribute.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(attribute = []) ⇒ AttributeSetType
constructor
A new instance of AttributeSetType.
- #set_any(elements) ⇒ Object
- #xmlattr_attributeSetID ⇒ Object
- #xmlattr_attributeSetID=(value) ⇒ Object
- #xmlattr_attributeSetVersion ⇒ Object
- #xmlattr_attributeSetVersion=(value) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20755 20756 20757 |
# File 'lib/eBay.rb', line 20755 def __xmlele_any @__xmlele_any end |
#attribute ⇒ Object
Returns the value of attribute attribute.
20754 20755 20756 |
# File 'lib/eBay.rb', line 20754 def attribute @attribute end |
Instance Method Details
#__xmlattr ⇒ Object
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_attributeSetID ⇒ Object
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_attributeSetVersion ⇒ Object
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 |