Method: SOAP::Mapping::Object#each_pair

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

#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