Class: Net::IMAP::Namespace
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::Namespace
- Defined in:
- lib/net/imap/response_data.rb
Overview
Namespace represents a single namespace, contained inside a Namespaces object.
Required capability
Requires either NAMESPACE [RFC2342] or IMAP4rev2 capability.
Instance Attribute Summary collapse
-
#delim ⇒ Object
Returns the value of attribute delim.
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#delim ⇒ Object
Returns the value of attribute delim
466 467 468 |
# File 'lib/net/imap/response_data.rb', line 466 def delim @delim end |
#extensions ⇒ Object
Returns the value of attribute extensions
466 467 468 |
# File 'lib/net/imap/response_data.rb', line 466 def extensions @extensions end |
#prefix ⇒ Object
Returns the value of attribute prefix
466 467 468 |
# File 'lib/net/imap/response_data.rb', line 466 def prefix @prefix end |