Method: Net::SMTP#port

Defined in:
lib/net/smtp.rb

#portObject (readonly)

The port number of the SMTP server to connect to.



286
287
288
# File 'lib/net/smtp.rb', line 286

def port
  @port
end