Class: RailVerdict::Analyzers::RuboCop::Probe

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/analyzers/rubocop.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



21
22
23
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21

def message
  @message
end

#rubocop_config_digestObject

Returns the value of attribute rubocop_config_digest

Returns:

  • (Object)

    the current value of rubocop_config_digest



21
22
23
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21

def rubocop_config_digest
  @rubocop_config_digest
end

#rubocop_rails_versionObject

Returns the value of attribute rubocop_rails_version

Returns:

  • (Object)

    the current value of rubocop_rails_version



21
22
23
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21

def rubocop_rails_version
  @rubocop_rails_version
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



21
22
23
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



21
22
23
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21

def version
  @version
end