Class: DataAnon::Utils::ParallelProgressBar

Inherits:
ProgressBar
  • Object
show all
Includes:
Logging
Defined in:
lib/utils/parallel_progress_bar.rb

Instance Method Summary collapse

Methods included from Logging

#logger, #logger=

Methods inherited from ProgressBar

#apply_power_bar_settings, #close, #show

Constructor Details

#initialize(table_name, total) ⇒ ParallelProgressBar

Returns a new instance of ParallelProgressBar.



9
10
11
12
# File 'lib/utils/parallel_progress_bar.rb', line 9

def initialize table_name, total
  @total = total
  @table_name = table_name
end