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



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

def errors
  @errors
end

#offensesObject

Returns the value of attribute offenses

Returns:

  • (Object)

    the current value of offenses



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

def offenses
  @offenses
end