lib/cms_scanner.rb in cms_scanner-0.0.43.0 vs lib/cms_scanner.rb in cms_scanner-0.0.43.1

- old
+ new

@@ -102,9 +102,19 @@ # @param [ Integer ] value def total_data_received=(value) @@total_data_received = value end + # @return [ Integer ] The memory at the start of the scan (when Scan.new), in B + def start_memory + @@start_memory ||= 0 + end + + # @param [ Integer ] value + def start_memory=(value) + @@start_memory = value + end + # The lowercase name of the scanner # Mainly used in directory paths like the default cookie-jar file and # path to load the cli options from files # # @return [ String ]