Class: RailVerdict::Analyzers::RSpec::Probe
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Analyzers::RSpec::Probe
- Defined in:
- lib/rail_verdict/analyzers/rspec.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
13 14 15 |
# File 'lib/rail_verdict/analyzers/rspec.rb', line 13 def @message end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/rail_verdict/analyzers/rspec.rb', line 13 def status @status end |
#version ⇒ Object
Returns the value of attribute version
13 14 15 |
# File 'lib/rail_verdict/analyzers/rspec.rb', line 13 def version @version end |