Class: AttributeSetType
- Inherits:
-
Object
- Object
- AttributeSetType
- Defined in:
- lib/paypal-business/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.
2311 2312 2313 2314 |
# File 'lib/paypal-business/default.rb', line 2311 def initialize(attribute = []) @attribute = attribute @__xmlattr = {} end |
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute.
2301 2302 2303 |
# File 'lib/paypal-business/default.rb', line 2301 def attribute @attribute end |
Instance Method Details
#xmlattr_AttributeSetID ⇒ Object
2303 2304 2305 |
# File 'lib/paypal-business/default.rb', line 2303 def xmlattr_AttributeSetID (@__xmlattr ||= {})[XSD::QName.new(nil, "AttributeSetID")] end |
#xmlattr_AttributeSetID=(value) ⇒ Object
2307 2308 2309 |
# File 'lib/paypal-business/default.rb', line 2307 def xmlattr_AttributeSetID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "AttributeSetID")] = value end |