Class SOAP::SOAPReference
In: lib/soap/baseData.rb
Parent: XSD::NSDBase

Convenience datatypes.

Methods

Included Modules

SOAPBasetype

Attributes

refid  [RW] 

Public Class methods

Override the definition in SOAPBasetype.

Public Instance methods

for referenced base type such as a long value from Axis. base2obj requires a node to respond to :data

Why don‘t I use delegate.rb? -> delegate requires target object type at initialize time. Why don‘t I use forwardable.rb? -> forwardable requires a list of forwarding methods.

ToDo: Maybe I should use forwardable.rb and give it a methods list like delegate.rb…

[Validate]