Class: ValType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#valueLiteralObject

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_ValueIDObject



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