class Xcodeproj::XCScheme::SendEmailActionContent

def email_body=(value)

Parameters:
  • value (String) --
def email_body=(value)
  @xml_element.attributes['emailBody'] = value
end