lib/metasploit/credential/exporter/pwdump.rb in metasploit-credential-1.0.0.pre.rails.pre.4.0 vs lib/metasploit/credential/exporter/pwdump.rb in metasploit-credential-1.0.0
- old
+ new
@@ -68,13 +68,13 @@
#
# Attributes
#
- # @!attribute logins
+ # @!attribute [rw] logins
# Holds the raw information from the database before it is formatted into the {#data} attribute
# @return [Array<Metasploit::Credential::Login>]
- attr_accessor :logins
+ attr_writer :logins
#
# Instance Methods
#