Class: Net::IMAP::StatusData

Inherits:
Struct
  • Object
show all
Defined in:
lib/net/imap/response_data.rb

Overview

Net::IMAP::StatusData represents the contents of the STATUS response.

Net::IMAP#status returns the contents of #attr.

Instance Attribute Summary collapse

Instance Attribute Details

#attrObject

Returns the value of attribute attr

Returns:

  • (Object)

    the current value of attr



545
546
547
# File 'lib/net/imap/response_data.rb', line 545

def attr
  @attr
end

#mailboxObject

Returns the value of attribute mailbox

Returns:

  • (Object)

    the current value of mailbox



545
546
547
# File 'lib/net/imap/response_data.rb', line 545

def mailbox
  @mailbox
end