Method: WSDL::OperationBinding#find_operation
- Defined in:
- lib/wsdl/operationBinding.rb
#find_operation ⇒ Object
39 40 41 |
# File 'lib/wsdl/operationBinding.rb', line 39 def find_operation porttype.operations[@name] or raise RuntimeError.new("#{@name} not found") end |