lib/ronin/network/imap.rb in ronin-support-0.1.0 vs lib/ronin/network/imap.rb in ronin-support-0.2.0.rc1
- old
+ new
@@ -30,18 +30,22 @@
#
# @return [Integer]
# The default Ronin IMAP port.
#
+ # @api public
+ #
def IMAP.default_port
@default_port ||= DEFAULT_PORT
end
#
# Sets the default Ronin IMAP port.
#
# @param [Integer] port
# The new default Ronin IMAP port.
+ #
+ # @api public
#
def IMAP.default_port=(port)
@default_port = port
end
end