lib/metasploit/credential/exporter/pwdump.rb in metasploit-credential-0.14.7 vs lib/metasploit/credential/exporter/pwdump.rb in metasploit-credential-0.14.8

- old
+ new

@@ -68,13 +68,13 @@ # # Attributes # - # @!attribute [rw] logins + # @!attribute logins # Holds the raw information from the database before it is formatted into the {#data} attribute # @return [Array<Metasploit::Credential::Login>] - attr_writer :logins + attr_accessor :logins # # Instance Methods #