Class: RuboCop::Cop::Team::Investigation
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Cop::Team::Investigation
- Defined in:
- lib/rubocop/cop/team.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#offenses ⇒ Object
Returns the value of attribute offenses.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
12 13 14 |
# File 'lib/rubocop/cop/team.rb', line 12 def errors @errors end |
#offenses ⇒ Object
Returns the value of attribute offenses
12 13 14 |
# File 'lib/rubocop/cop/team.rb', line 12 def offenses @offenses end |