Class: ValType
- Inherits:
-
Object
- Object
- ValType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsValType
Constant Summary collapse
- @@schema_type =
"ValType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_attribute =
{ XSD::QName.new(nil, "ValueID") => "SOAP::SOAPString" }
- @@schema_element =
[ ["valueLiteral", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ValueLiteral")]] ]
Instance Attribute Summary collapse
-
#valueLiteral ⇒ Object
Returns the value of attribute valueLiteral.
Instance Method Summary collapse
-
#initialize(valueLiteral = nil) ⇒ ValType
constructor
A new instance of ValType.
- #xmlattr_ValueID ⇒ Object
- #xmlattr_ValueID=(value) ⇒ Object
Constructor Details
#initialize(valueLiteral = nil) ⇒ ValType
Returns a new instance of ValType.
2257 2258 2259 2260 |
# File 'lib/paypal-business/default.rb', line 2257 def initialize(valueLiteral = nil) @valueLiteral = valueLiteral @__xmlattr = {} end |
Instance Attribute Details
#valueLiteral ⇒ Object
Returns the value of attribute valueLiteral.
2247 2248 2249 |
# File 'lib/paypal-business/default.rb', line 2247 def valueLiteral @valueLiteral end |
Instance Method Details
#xmlattr_ValueID ⇒ Object
2249 2250 2251 |
# File 'lib/paypal-business/default.rb', line 2249 def xmlattr_ValueID (@__xmlattr ||= {})[XSD::QName.new(nil, "ValueID")] end |
#xmlattr_ValueID=(value) ⇒ Object
2253 2254 2255 |
# File 'lib/paypal-business/default.rb', line 2253 def xmlattr_ValueID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "ValueID")] = value end |