Class: AttributeType
- Inherits:
-
Object
- Object
- AttributeType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsAttributeType
Constant Summary collapse
- @@schema_type =
"AttributeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_attribute =
{ XSD::QName.new(nil, "AttributeID") => "SOAP::SOAPString" }
- @@schema_element =
[ ["value", ["ValType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Value")]] ]
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value = []) ⇒ AttributeType
constructor
A new instance of AttributeType.
- #xmlattr_AttributeID ⇒ Object
- #xmlattr_AttributeID=(value) ⇒ Object
Constructor Details
#initialize(value = []) ⇒ AttributeType
Returns a new instance of AttributeType.
2284 2285 2286 2287 |
# File 'lib/paypal-business/default.rb', line 2284 def initialize(value = []) @value = value @__xmlattr = {} end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
2274 2275 2276 |
# File 'lib/paypal-business/default.rb', line 2274 def value @value end |
Instance Method Details
#xmlattr_AttributeID ⇒ Object
2276 2277 2278 |
# File 'lib/paypal-business/default.rb', line 2276 def xmlattr_AttributeID (@__xmlattr ||= {})[XSD::QName.new(nil, "AttributeID")] end |
#xmlattr_AttributeID=(value) ⇒ Object
2280 2281 2282 |
# File 'lib/paypal-business/default.rb', line 2280 def xmlattr_AttributeID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "AttributeID")] = value end |