Class: Bosh::Cli::TaskTracking::NullTaskLogRenderer

Inherits:
TaskLogRenderer show all
Defined in:
lib/cli/task_tracking/null_task_log_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

#initializeNullTaskLogRenderer

Returns a new instance of NullTaskLogRenderer.



3
4
# File 'lib/cli/task_tracking/null_task_log_renderer.rb', line 3

def initialize
end

Instance Method Details

#add_output(output) ⇒ Object



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

def add_output(output)
end

#finish(state) ⇒ Object



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

def finish(state)
end

#refreshObject



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

def refresh
end