method

close

v1_8_7_330 - Show latest stable - Class: SOAP::MIMEMessage
close()
public

No documentation available.

# File lib/soap/mimemessage.rb, line 160
  def close
    @headers.add(
      "Content-Type",
      "multipart/related; type=\"text/xml\"; boundary=\"#{boundary}\"; start=\"#{@parts[0].contentid}\""
    )
  end