summaryrefslogtreecommitdiff
path: root/lib/soap/encodingstyle/handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soap/encodingstyle/handler.rb')
-rw-r--r--lib/soap/encodingstyle/handler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/soap/encodingstyle/handler.rb b/lib/soap/encodingstyle/handler.rb
index 8ea23ef146..7bf65a2fd5 100644
--- a/lib/soap/encodingstyle/handler.rb
+++ b/lib/soap/encodingstyle/handler.rb
@@ -44,8 +44,8 @@ class Handler
attr_reader :charset
attr_accessor :generate_explicit_type
- def decode_typemap=(complextypes)
- @decode_typemap = complextypes
+ def decode_typemap=(definedtypes)
+ @decode_typemap = definedtypes
end
def initialize(charset)