Class: RIESS::TestReporter::Result
- Inherits:
-
Struct
- Object
- Struct
- RIESS::TestReporter::Result
- Defined in:
- lib/test_reporter.rb
Instance Attribute Summary collapse
-
#actual ⇒ Object
Returns the value of attribute actual.
-
#expected ⇒ Object
Returns the value of attribute expected.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#actual ⇒ Object
Returns the value of attribute actual
5 6 7 |
# File 'lib/test_reporter.rb', line 5 def actual @actual end |
#expected ⇒ Object
Returns the value of attribute expected
5 6 7 |
# File 'lib/test_reporter.rb', line 5 def expected @expected end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/test_reporter.rb', line 5 def name @name end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/test_reporter.rb', line 5 def value @value end |