Class: Bosh::Cli::NullRenderer

Inherits:
TaskLogRenderer show all
Defined in:
lib/cli/null_renderer.rb

Instance Attribute Summary

Attributes inherited from TaskLogRenderer

#duration, #time_adjustment

Instance Method Summary collapse

Methods inherited from TaskLogRenderer

create_for_log_type, #duration_known?

Constructor Details

#initializeNullRenderer

Returns a new instance of NullRenderer.



6
7
# File 'lib/cli/null_renderer.rb', line 6

def initialize
end

Instance Method Details

#add_output(output) ⇒ Object



9
10
# File 'lib/cli/null_renderer.rb', line 9

def add_output(output)
end

#finish(state) ⇒ Object



15
16
# File 'lib/cli/null_renderer.rb', line 15

def finish(state)
end

#refreshObject



12
13
# File 'lib/cli/null_renderer.rb', line 12

def refresh
end