class Mail::Message

def boundary

Experimental RBS support (using type sampling data from the type_fusion project).

def boundary: () -> String

This signature was generated using 1 sample from 1 application.

Returns the current boundary for this message part
def boundary
  content_type_parameters ? content_type_parameters['boundary'] : nil
end