123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::StatusData

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

StatusData represents the contents of the STATUS response.

#status returns the contents of #attr.

Instance Attribute Summary

  • #attr rw

    StatusData represents the contents of the STATUS response.

  • #mailbox rw

    StatusData represents the contents of the STATUS response.

Instance Attribute Details

#attr (rw)

StatusData represents the contents of the STATUS response.

Net::IMAP#status returns the contents of #attr.

[ GitHub ]

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

class StatusData < Struct.new(:mailbox, :attr)

#mailbox (rw)

StatusData represents the contents of the STATUS response.

Net::IMAP#status returns the contents of #attr.

[ GitHub ]

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

class StatusData < Struct.new(:mailbox, :attr)