method

load

v1_8_7_72 - Show latest stable - Class: SOAP::Property
load(stream)
public

No documentation available.

# File lib/soap/property.rb, line 51
  def self.load(stream)
    new.load(stream)
  end