Class: Lingo::Database::ShowProgress
- Inherits:
-
ShowProgress
- Object
- ShowProgress
- Lingo::Database::ShowProgress
- Defined in:
- lib/lingo/database/show_progress.rb
Instance Method Summary (collapse)
-
- (ShowProgress) initialize(obj, max, act = true)
constructor
A new instance of ShowProgress.
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 |