Class: RailVerdict::Analyzers::RuboCop::Probe
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Analyzers::RuboCop::Probe
- Defined in:
- lib/rail_verdict/analyzers/rubocop.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#rubocop_config_digest ⇒ Object
Returns the value of attribute rubocop_config_digest.
-
#rubocop_rails_version ⇒ Object
Returns the value of attribute rubocop_rails_version.
-
#status ⇒ Object
Returns the value of attribute status.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
21 22 23 |
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21 def @message end |
#rubocop_config_digest ⇒ Object
Returns the value of attribute 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_version ⇒ Object
Returns the value of attribute rubocop_rails_version
21 22 23 |
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21 def rubocop_rails_version @rubocop_rails_version end |
#status ⇒ Object
Returns the value of attribute status
21 22 23 |
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21 def status @status end |
#version ⇒ Object
Returns the value of attribute version
21 22 23 |
# File 'lib/rail_verdict/analyzers/rubocop.rb', line 21 def version @version end |