module MailXSMTPAPI::Category

Public Instance Methods

category() click to toggle source
# File lib/mail_x_smtpapi/accessors.rb, line 43
def category
  data['category']
end
category=(val) click to toggle source
# File lib/mail_x_smtpapi/accessors.rb, line 47
def category=(val)
  data['category'] = val
end