Class: Net::IMAP::Namespace
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::Namespace
- Defined in:
- lib/net/imap/response_data.rb
Overview
Net::IMAP::Namespace represents a single namespace contained inside a NAMESPACE response.
Returned by Net::IMAP#namespace, contained inside a Namespaces object.
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
496 497 498 |
# File 'lib/net/imap/response_data.rb', line 496 def delim @delim end |
#extensions ⇒ Object
Returns the value of attribute extensions
496 497 498 |
# File 'lib/net/imap/response_data.rb', line 496 def extensions @extensions end |
#prefix ⇒ Object
Returns the value of attribute prefix
496 497 498 |
# File 'lib/net/imap/response_data.rb', line 496 def prefix @prefix end |