Skip to content

Commit

Permalink
📚 Update StatusData rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Jan 4, 2025
1 parent 8ae8882 commit 475c5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/net/imap/response_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -559,9 +559,9 @@ class Namespaces < Struct.new(:personal, :other, :shared)
# Returns an array of Shared Namespace objects.
end

# Net::IMAP::StatusData represents the contents of the STATUS response.
# StatusData represents the contents of an untagged +STATUS+ response.
#
# Net::IMAP#status returns the contents of #attr.
# IMAP#status returns the contents of #attr.
class StatusData < Struct.new(:mailbox, :attr)
##
# method: mailbox
Expand Down

0 comments on commit 475c5fc

Please sign in to comment.