Flowdock
method

assign_self_hook

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::Property
assign_self_hook(cascade, &hook) private

No documentation

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

Hide source
# File lib/soap/property.rb, line 254
  def assign_self_hook(cascade, &hook)
    check_lock(nil)
    @self_hook << [hook, cascade]
  end
Register or log in to add new notes.