summaryrefslogtreecommitdiff
path: root/test/wsdl/raa/RAA.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/wsdl/raa/RAA.rb')
-rw-r--r--test/wsdl/raa/RAA.rb15
1 files changed, 2 insertions, 13 deletions
diff --git a/test/wsdl/raa/RAA.rb b/test/wsdl/raa/RAA.rb
index 32b88bd26a..aff0525480 100644
--- a/test/wsdl/raa/RAA.rb
+++ b/test/wsdl/raa/RAA.rb
@@ -235,20 +235,9 @@ class StringArray < Array
end
# http://xml.apache.org/xml-soap
-class Map
+class Map < Array
+ # Contents type should be dumped here...
@@schema_type = "Map"
@@schema_ns = "http://xml.apache.org/xml-soap"
-
- def item
- @item
- end
-
- def item=(value)
- @item = value
- end
-
- def initialize(item = nil)
- @item = item
- end
end