method

boundary

v1_8_7_72 - Show latest stable - Class: SOAP::MIMEMessage
boundary()
public

No documentation available.

# File lib/soap/mimemessage.rb, line 192
  def boundary
    if @boundary == nil
      @boundary = "----=Part_" + __id__.to_s + rand.to_s
    end
    @boundary
  end