method
check_style
v1_8_7_72 -
Show latest stable
- Class:
SOAP::RPC::Proxy::Operation
check_style(style)private
No documentation available.
# File lib/soap/rpc/proxy.rb, line 362
def check_style(style)
unless [:rpc, :document].include?(style)
raise MethodDefinitionError.new("unknown style: #{style}")
end
end