Flowdock
method

update_elements

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::XMLSchema::Content
update_elements() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/wsdl/xmlSchema/content.rb, line 84
  def update_elements
    @elements = []
    @contents.each do |content|
      if content.is_a?(Element)
        @elements << [content.name, content]
      end
    end
  end
Register or log in to add new notes.