lib/savon/soap/xml.rb in savon-0.9.8 vs lib/savon/soap/xml.rb in savon-0.9.9

- old
+ new

@@ -108,17 +108,11 @@ # Returns the default namespace identifier. def namespace_identifier @namespace_identifier ||= :wsdl end - # Returns whether all local elements should be namespaced. Might be set to :qualified, - # but defaults to :unqualified. - def element_form_default - @element_form_default ||= :unqualified - end - - # Sets whether all local elements should be namespaced. - attr_writer :element_form_default + # Accessor for whether all local elements should be namespaced. + attr_accessor :element_form_default # Accessor for the default namespace URI. attr_accessor :namespace # Accessor for the <tt>Savon::WSSE</tt> object.