Class: SOAP::Mapping::Object

Inherits:
BasicObject
Defined in:
lib/action_web_service/protocol/soap_protocol/marshaler.rb

Overview

hack to improve the .Net interoperability

Instance Method Summary collapse

Instance Method Details

#each_pairObject



5
6
7
# File 'lib/action_web_service/protocol/soap_protocol/marshaler.rb', line 5

def each_pair
  self.__xmlele.each { |n, v| yield n.name, v.to_s }
end