Class: MilkTea::CLI::CommandTest::TestResult
- Inherits:
-
Data
- Object
- Data
- MilkTea::CLI::CommandTest::TestResult
- Defined in:
- lib/milk_tea/tooling/cli/commands/test.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
9 10 11 |
# File 'lib/milk_tea/tooling/cli/commands/test.rb', line 9 def detail @detail end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/milk_tea/tooling/cli/commands/test.rb', line 9 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/milk_tea/tooling/cli/commands/test.rb', line 9 def status @status end |