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
22 23 24 |
# File 'lib/rubocop/cop/team.rb', line 22 def errors @errors end |
#offenses ⇒ Object
Returns the value of attribute offenses
22 23 24 |
# File 'lib/rubocop/cop/team.rb', line 22 def offenses @offenses end |