lib/metasploit/credential/exporter/core.rb in metasploit-credential-0.14.5 vs lib/metasploit/credential/exporter/core.rb in metasploit-credential-0.14.6

- old
+ new

@@ -47,13 +47,13 @@ # # Attributes # - # @!attribute export_data + # @!attribute [rw] export_data # Holds the raw information from the database before it is formatted into the {#data} attribute # @return [Array] - attr_accessor :export_data + attr_writer :export_data # @!attribute finalized_zip_file # The final output artifacts, zipped # @return [Zip::File] attr_accessor :finalized_zip_file \ No newline at end of file