123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::Namespaces

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/net/imap/response_data.rb

Overview

Namespaces represents a NAMESPACE server response, which contains lists of #personal, #shared, and #other namespaces.

#namespace returns a Namespaces object.

Instance Attribute Summary

Instance Attribute Details

#other (rw)

Namespaces represents a NAMESPACE server response, which contains lists of #personal, #shared, and #other namespaces.

Net::IMAP#namespace returns a Namespaces object.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 522

class Namespaces < Struct.new(:personal, :other, :shared)

#personal (rw)

Namespaces represents a NAMESPACE server response, which contains lists of #personal, #shared, and #other namespaces.

Net::IMAP#namespace returns a Namespaces object.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 522

class Namespaces < Struct.new(:personal, :other, :shared)

#shared (rw)

Namespaces represents a NAMESPACE server response, which contains lists of #personal, #shared, and #other namespaces.

Net::IMAP#namespace returns a Namespaces object.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 522

class Namespaces < Struct.new(:personal, :other, :shared)