Class: RailVerdict::Analyzers::SimpleCov::Probe
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Analyzers::SimpleCov::Probe
- Defined in:
- lib/rail_verdict/analyzers/simplecov.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#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
16 17 18 |
# File 'lib/rail_verdict/analyzers/simplecov.rb', line 16 def @message end |
#status ⇒ Object
Returns the value of attribute status
16 17 18 |
# File 'lib/rail_verdict/analyzers/simplecov.rb', line 16 def status @status end |
#version ⇒ Object
Returns the value of attribute version
16 17 18 |
# File 'lib/rail_verdict/analyzers/simplecov.rb', line 16 def version @version end |