method
local_hook
v1_8_7_330 -
Show latest stable
- Class:
SOAP::Property
local_hook(key, direct)protected
No documentation available.
# File lib/soap/property.rb, line 211
def local_hook(key, direct)
hooks = []
(@self_hook + (@hook[key] || NO_HOOK)).each do |hook, cascade|
hooks << hook if direct or cascade
end
hooks
end