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



351
352
353
# File 'lib/net/imap/response_data.rb', line 351

def attr
  @attr
end

#delimObject

Returns the value of attribute delim

Returns:

  • (Object)

    the current value of delim



351
352
353
# File 'lib/net/imap/response_data.rb', line 351

def delim
  @delim
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



351
352
353
# File 'lib/net/imap/response_data.rb', line 351

def name
  @name
end