method

create_styleuse_option

ruby latest stable - Class: SOAP::RPC::Router

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

create_styleuse_option(style, use)
private

No documentation available.

# File lib/soap/rpc/router.rb, line 208
  def create_styleuse_option(style, use)
    opt = {}
    opt[:request_style] = opt[:response_style] = style
    opt[:request_use] = opt[:response_use] = use
    opt
  end