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 1ab9d86ec5..2cbbd893d8 100644
--- a/lib/soap/encodingstyle/handler.rb
+++ b/lib/soap/encodingstyle/handler.rb
@@ -69,11 +69,11 @@ class Handler
## encode interface.
#
# Returns a XML instance as a string.
- def encode_data(buf, ns, qualified, data, parent, indent)
+ def encode_data(generator, ns, qualified, data, parent)
raise NotImplementError.new('Method encode_data must be defined in derived class.')
end
- def encode_data_end(buf, ns, qualified, data, parent, indent)
+ def encode_data_end(generator, ns, qualified, data, parent)
raise NotImplementError.new('Method encode_data must be defined in derived class.')
end