method

new

rails latest stable - Class: ActionWebService::Protocol::Soap::SoapBinding

Method deprecated or moved

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

new(marshaler, qname, type, mapping, element_binding=nil)
public

No documentation available.

# File actionwebservice/lib/action_web_service/protocol/soap_protocol/marshaler.rb, line 142
        def initialize(marshaler, qname, type, mapping, element_binding=nil)
          @marshaler = marshaler
          @qname = qname
          @type = type
          @mapping = mapping
          @element_binding = element_binding
        end