Class: AttributeSetType
- Inherits:
-
Object
- Object
- AttributeSetType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsAttributeSetType
Constant Summary collapse
- @@schema_type =
"AttributeSetType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_attribute =
{ XSD::QName.new(nil, "AttributeSetID") => "SOAP::SOAPString" }
- @@schema_element =
[ ["attribute", ["AttributeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Attribute")]] ]
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
Instance Method Summary collapse
-
#initialize(attribute = []) ⇒ AttributeSetType
constructor
A new instance of AttributeSetType.
- #xmlattr_AttributeSetID ⇒ Object
- #xmlattr_AttributeSetID=(value) ⇒ Object
Constructor Details
#initialize(attribute = []) ⇒ AttributeSetType
Returns a new instance of AttributeSetType.
2131 2132 2133 2134 |
# File 'lib/v_paypal/default.rb', line 2131 def initialize(attribute = []) @attribute = attribute @__xmlattr = {} end |
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute.
2121 2122 2123 |
# File 'lib/v_paypal/default.rb', line 2121 def attribute @attribute end |
Instance Method Details
#xmlattr_AttributeSetID ⇒ Object
2123 2124 2125 |
# File 'lib/v_paypal/default.rb', line 2123 def xmlattr_AttributeSetID (@__xmlattr ||= {})[XSD::QName.new(nil, "AttributeSetID")] end |
#xmlattr_AttributeSetID=(value) ⇒ Object
2127 2128 2129 |
# File 'lib/v_paypal/default.rb', line 2127 def xmlattr_AttributeSetID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "AttributeSetID")] = value end |