method

parse

v1_8_7_72 - Show latest stable - Class: SOAP::MIMEMessage
parse(head, str)
public

No documentation available.

# File lib/soap/mimemessage.rb, line 154
  def self.parse(head, str)
    new.parse(head, str)
  end