Class: RailsProof::TestRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- RailsProof::TestRunner::Result
- Defined in:
- lib/rails_proof/test_runner.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#output ⇒ Object
Returns the value of attribute output.
-
#passed ⇒ Object
Returns the value of attribute passed.
Instance Method Summary collapse
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
8 9 10 |
# File 'lib/rails_proof/test_runner.rb', line 8 def command @command end |
#output ⇒ Object
Returns the value of attribute output
8 9 10 |
# File 'lib/rails_proof/test_runner.rb', line 8 def output @output end |
#passed ⇒ Object
Returns the value of attribute passed
8 9 10 |
# File 'lib/rails_proof/test_runner.rb', line 8 def passed @passed end |
Instance Method Details
#passed? ⇒ Boolean
14 15 16 |
# File 'lib/rails_proof/test_runner.rb', line 14 def passed? passed end |