Class: RuboCop::Cop::Team::Investigation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/cop/team.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



22
23
24
# File 'lib/rubocop/cop/team.rb', line 22

def errors
  @errors
end

#offensesObject

Returns the value of attribute offenses

Returns:

  • (Object)

    the current value of offenses



22
23
24
# File 'lib/rubocop/cop/team.rb', line 22

def offenses
  @offenses
end