method
create_options
v1_8_6_287 -
Show latest stable
- Class:
SOAP::WSDLDriver::Servant__
create_options(hash = nil)private
No documentation available.
# File lib/soap/wsdlDriver.rb, line 385
def create_options(hash = nil)
opt = {}
opt[:default_encodingstyle] = @default_encodingstyle
opt[:allow_unqualified_element] = @allow_unqualified_element
opt[:generate_explicit_type] = @generate_explicit_type
opt.update(hash) if hash
opt
end