Class: Lingo::Database::ShowProgress

Inherits:
ShowProgress show all
Defined in:
lib/lingo/database/show_progress.rb

Instance Method Summary (collapse)

Methods inherited from ShowProgress

#[]

Constructor Details

- (ShowProgress) initialize(obj, max, act = true)

A new instance of ShowProgress



33
34
35
# File 'lib/lingo/database/show_progress.rb', line 33

def initialize(obj, max, act = true)
  super(obj, max, obj.instance_variable_get(:@config)['name'], act, 'convert')
end