This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
each_pair(&block)
Iterates through each member
# File actionwebservice/lib/action_web_service/struct.rb, line 40 def each_pair(&block) self.class.members.each do |name, type| yield name, self.__send__(name) end end