Class: Response (Net::SMTP)

Overview
Module Structure
Class Hierarchy
Class Methods
Response.parse / 1
Instance Attributes
Response#status [R]
Response#string [R]
Instance Methods
Response#initialize / 2
Response#status_type_char
Response#success?
Response#continue?
Response#message
Response#cram_md5_challenge
Response#capabilities
Response#exception_class
is a submodule of
class: SMTP ( Net )
inherits from
  Object ( Builtin-Module )
has properties
class method: parse / 1   
method: initialize / 2   
attribute: status [R]   
attribute: string [R]   
method: status_type_char   
method: success?   
method: continue?   
method: message   
method: cram_md5_challenge   
method: capabilities   
method: exception_class   
is defined at
#964 in net/smtp.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  module: Net
  class: SMTP
class: Response     

Class Hierarchy

Object ( Builtin-Module )
SMTP ( Net )
Response ( Net::SMTP )
has properties
class method: parse / 1   
method: initialize / 2   
attribute: status [R]   
attribute: string [R]   
method: status_type_char   
method: success?   
method: continue?   
method: message   
method: cram_md5_challenge   
method: capabilities   
method: exception_class   

Class Methods

Response.parse / 1

#965 in net/smtp.rb

parse ( str )

Instance Attributes

Response#status [R]

#974 in net/smtp.rb

Response#string [R]

#975 in net/smtp.rb

Instance Methods

Response#initialize / 2

#969 in net/smtp.rb

initialize ( status ,
  string )

Response#status_type_char

#977 in net/smtp.rb

status_type_char

Response#success?

#981 in net/smtp.rb

success?

Response#continue?

#985 in net/smtp.rb

continue?

Response#message

#989 in net/smtp.rb

message

Response#cram_md5_challenge

#993 in net/smtp.rb

cram_md5_challenge

Response#capabilities

#997 in net/smtp.rb

capabilities

Response#exception_class

#1007 in net/smtp.rb

exception_class