Class: Net::IMAP::MailboxList

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

Overview

Net::IMAP::MailboxList represents contents of the LIST response, representing a single mailbox path.

Net::IMAP#list returns an array of MailboxList objects.

Instance Attribute Summary collapse

Instance Attribute Details

#attrObject

Returns the value of attribute attr

Returns:

  • (Object)

    the current value of attr



386
387
388
# File 'lib/net/imap/response_data.rb', line 386

def attr
  @attr
end

#delimObject

Returns the value of attribute delim

Returns:

  • (Object)

    the current value of delim



386
387
388
# File 'lib/net/imap/response_data.rb', line 386

def delim
  @delim
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



386
387
388
# File 'lib/net/imap/response_data.rb', line 386

def name
  @name
end