Class: PgVerify::Shell::NoAnimation
- Inherits:
-
LoadingAnimation
- Object
- LoadingAnimation
- PgVerify::Shell::NoAnimation
- Defined in:
- lib/pg-verify/shell/loading/no_animation.rb
Instance Attribute Summary
Attributes inherited from LoadingAnimation
#last_output_length, #loading_message, #start_time
Instance Method Summary collapse
-
#initialize(loading_message) ⇒ NoAnimation
constructor
A new instance of NoAnimation.
- #on_anim(passed_time) ⇒ Object
Methods inherited from LoadingAnimation
#on_start, #on_stop, #print_anim, #printl, #start, #started?, #stop
Constructor Details
#initialize(loading_message) ⇒ NoAnimation
Returns a new instance of NoAnimation.
9 10 11 |
# File 'lib/pg-verify/shell/loading/no_animation.rb', line 9 def initialize() super() end |
Instance Method Details
#on_anim(passed_time) ⇒ Object
13 14 15 |
# File 'lib/pg-verify/shell/loading/no_animation.rb', line 13 def on_anim(passed_time) nil end |