method

check_lock

v1_8_7_330 - Show latest stable - Class: SOAP::Property
check_lock(key)
private

No documentation available.

# File lib/soap/property.rb, line 267
  def check_lock(key)
    if @locked and (key.nil? or [email protected]?(key))
      raise FrozenError.new("cannot add any key to locked property")
    end
  end