Class: RuboCop::Cop::Base::InvestigationReport
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::Base::InvestigationReport
- Defined in:
- lib/rubocop/cop/base.rb
Overview
Reports of an investigation. Immutable Consider creation API private
Instance Attribute Summary collapse
-
#cop ⇒ Object
Returns the value of attribute cop.
-
#corrector ⇒ Object
Returns the value of attribute corrector.
-
#offenses ⇒ Object
Returns the value of attribute offenses.
-
#processed_source ⇒ Object
Returns the value of attribute processed_source.
Instance Attribute Details
#cop ⇒ Object
Returns the value of attribute cop
48 49 50 |
# File 'lib/rubocop/cop/base.rb', line 48 def cop @cop end |
#corrector ⇒ Object
Returns the value of attribute corrector
48 49 50 |
# File 'lib/rubocop/cop/base.rb', line 48 def corrector @corrector end |
#offenses ⇒ Object
Returns the value of attribute offenses
48 49 50 |
# File 'lib/rubocop/cop/base.rb', line 48 def offenses @offenses end |
#processed_source ⇒ Object
Returns the value of attribute processed_source
48 49 50 |
# File 'lib/rubocop/cop/base.rb', line 48 def processed_source @processed_source end |