Class: Lambda::MicroVMs::Doctor::Check

Inherits:
Struct
  • Object
show all
Defined in:
lib/lambda/microvms/doctor.rb

Overview

Result object for a single doctor check.

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



9
10
11
# File 'lib/lambda/microvms/doctor.rb', line 9

def detail
  @detail
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/lambda/microvms/doctor.rb', line 9

def name
  @name
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



9
10
11
# File 'lib/lambda/microvms/doctor.rb', line 9

def ok
  @ok
end