[Source]
# File lib/zeep/responses.rb, line 10 def to_zeep clazz = Zeep.responses[self.code] || Zeep::UnexpectedError clazz.new(response.body) end
[Validate]