class Sekken::WSDL::Output

Private Instance Methods

headers() click to toggle source
# File lib/sekken/wsdl/input_output.rb, line 77
def headers
  @binding_operation.output_headers
end
message_name() click to toggle source
# File lib/sekken/wsdl/input_output.rb, line 73
def message_name
  @port_type_operation.output[:message]
end