Class: PgVerify::Shell::NoAnimation

Inherits:
LoadingAnimation show all
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

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(loading_message)
    super(loading_message)
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