Flowdock
method

__setobj__

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::SOAPReference
__setobj__(obj) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/baseData.rb, line 127
  def __setobj__(obj)
    @obj = obj
    @refid = @obj.id || SOAPReference.create_refid(@obj)
    @obj.id = @refid unless @obj.id
    @obj.precedents << self
    # Copies NSDBase information
    @obj.type = @type unless @obj.type
  end
Register or log in to add new notes.