Class: RushCheck::TestResult
- Inherits:
-
Object
- Object
- RushCheck::TestResult
- Defined in:
- lib/rushcheck/testresult.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#ntests ⇒ Object
readonly
Returns the value of attribute ntests.
-
#stamps ⇒ Object
readonly
Returns the value of attribute stamps.
Instance Method Summary collapse
-
#initialize(message, ntests, stamps) ⇒ TestResult
constructor
A new instance of TestResult.
Constructor Details
#initialize(message, ntests, stamps) ⇒ TestResult
Returns a new instance of TestResult.
8 9 10 |
# File 'lib/rushcheck/testresult.rb', line 8 def initialize(, ntests, stamps) @message, @ntest, @stamps = , ntests, stamps end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
7 8 9 |
# File 'lib/rushcheck/testresult.rb', line 7 def @message end |
#ntests ⇒ Object (readonly)
Returns the value of attribute ntests.
7 8 9 |
# File 'lib/rushcheck/testresult.rb', line 7 def ntests @ntests end |
#stamps ⇒ Object (readonly)
Returns the value of attribute stamps.
7 8 9 |
# File 'lib/rushcheck/testresult.rb', line 7 def stamps @stamps end |