Class: MilkTea::CLI::CommandTest::TestResult

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/cli/commands/test.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



9
10
11
# File 'lib/milk_tea/tooling/cli/commands/test.rb', line 9

def detail
  @detail
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/milk_tea/tooling/cli/commands/test.rb', line 9

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/milk_tea/tooling/cli/commands/test.rb', line 9

def status
  @status
end