method

new

v1_8_7_330 - Show latest stable - Class: SOAP::Property
new()
public

No documentation available.

# File lib/soap/property.rb, line 59
  def initialize
    @store = Hash.new
    @hook = Hash.new
    @self_hook = Array.new
    @locked = false
  end