class Net::IMAP::SASL::AuthenticationIncomplete
Indicates that authentication cannot proceed because one of the server’s ended authentication prematurely.
Attributes
response[R]
The success response from the server
Public Class Methods
new(response, message = "authentication ended prematurely")
click to toggle source
Calls superclass method
# File net-imap-0.4.9.1/lib/net/imap/sasl.rb, line 123 def initialize(response, message = "authentication ended prematurely") super(message) @response = response end