method
auth_method
auth_method(type)
private
Hide source
# File lib/net/smtp.rb, line 768 def auth_method(type) "auth_#{type.to_s.downcase}".intern end