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

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

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



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

def detail
  @detail
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



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

def ok
  @ok
end