Class: Net::IMAP::MailboxList

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

Overview

MailboxList represents the data of an untagged LIST response, for a single mailbox path. 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



439
440
441
# File 'lib/net/imap/response_data.rb', line 439

def attr
  @attr
end

#delimObject

Returns the value of attribute delim

Returns:

  • (Object)

    the current value of delim



439
440
441
# File 'lib/net/imap/response_data.rb', line 439

def delim
  @delim
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



439
440
441
# File 'lib/net/imap/response_data.rb', line 439

def name
  @name
end