class Net::IMAP::LoginDisabledError
Public Class Methods
                              new(msg = "Remote server has disabled the LOGIN command", ...)
                              click to toggle source
                            
                            
                                  Calls superclass method
                                  
                              
                              # File net-imap-0.5.4/lib/net/imap/errors.rb, line 11 def initialize(msg = "Remote server has disabled the LOGIN command", ...) super end