Skip to content

Commit

Permalink
fix showing name of complex types
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Nov 21, 2013
1 parent 7686e37 commit 22ec4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/washout_builder/param.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.parse_def(soap_config, definition)

definition_class_name = nil
if definition.is_a?(Class) && definition.ancestors.include?(WashOut::Type)
definition_class_name = definition.to_s.demodulize.classify
definition_class_name = definition.to_s.classify
definition = definition.wash_out_param_map
end

Expand Down
2 changes: 1 addition & 1 deletion lib/washout_builder/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WashoutBuilder
VERSION = "0.3.1"
VERSION = "0.3.2"
end

0 comments on commit 22ec4fc

Please sign in to comment.