Class: RubynCode::SelfTest::Result
- Inherits:
-
Data
- Object
- Data
- RubynCode::SelfTest::Result
- Defined in:
- lib/rubyn_code/self_test.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#passed ⇒ Object
readonly
Returns the value of attribute passed.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
12 13 14 |
# File 'lib/rubyn_code/self_test.rb', line 12 def detail @detail end |
#name ⇒ Object (readonly)
Returns the value of attribute name
12 13 14 |
# File 'lib/rubyn_code/self_test.rb', line 12 def name @name end |
#passed ⇒ Object (readonly)
Returns the value of attribute passed
12 13 14 |
# File 'lib/rubyn_code/self_test.rb', line 12 def passed @passed end |