Class: TreasureData::Command::DownloadProgressIndicator
- Inherits:
-
Object
- Object
- TreasureData::Command::DownloadProgressIndicator
- Defined in:
- lib/td/command/common.rb
Direct Known Subclasses
SizeBasedDownloadProgressIndicator, TimeBasedDownloadProgressIndicator
Instance Method Summary collapse
-
#initialize(msg) ⇒ DownloadProgressIndicator
constructor
A new instance of DownloadProgressIndicator.
Constructor Details
#initialize(msg) ⇒ DownloadProgressIndicator
Returns a new instance of DownloadProgressIndicator.
329 330 331 332 |
# File 'lib/td/command/common.rb', line 329 def initialize(msg) @base_msg = msg print @base_msg + " " * 10 end |