Method: WSDL::OperationBinding#soapaction
- Defined in:
- lib/wsdl/operationBinding.rb
#soapaction ⇒ Object
63 64 65 66 67 68 69 |
# File 'lib/wsdl/operationBinding.rb', line 63 def soapaction if @soapoperation @soapoperation.soapaction else nil end end |