Class: Skunk::Command::StatusReporter

Inherits:
RubyCritic::Command::StatusReporter
  • Object
show all
Defined in:
lib/skunk/commands/status_reporter.rb

Overview

Extends RubyCritic::Command::StatusReporter to silence the status message

Direct Known Subclasses

StatusSharer

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ StatusReporter

Returns a new instance of StatusReporter.



11
12
13
# File 'lib/skunk/commands/status_reporter.rb', line 11

def initialize(options = {})
  super(options)
end

Instance Attribute Details

#analysed_modulesObject

Returns the value of attribute analysed_modules.



9
10
11
# File 'lib/skunk/commands/status_reporter.rb', line 9

def analysed_modules
  @analysed_modules
end

Instance Method Details

#update_status_messageObject



15
16
17
# File 'lib/skunk/commands/status_reporter.rb', line 15

def update_status_message
  @status_message = ""
end