method
new
v1.2.6 -
Show latest stable
- Class:
ActionWebService::Protocol::Soap::SoapBinding
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