static public Method

SOAPReference.new(obj = nil)

Override the definition in SOAPBasetype.

Source Code

# File soap/baseData.rb, line 115
def initialize(obj = nil)
  super()
  @type = XSD::QName::EMPTY
  @refid = nil
  @obj = nil
  __setobj__(obj) if obj
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.