Class: Lambda::MicroVMs::Doctor::Check
- Inherits:
-
Struct
- Object
- Struct
- Lambda::MicroVMs::Doctor::Check
- Defined in:
- lib/lambda/microvms/doctor.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ok ⇒ Object
Returns the value of attribute ok.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
8 9 10 |
# File 'lib/lambda/microvms/doctor.rb', line 8 def detail @detail end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/lambda/microvms/doctor.rb', line 8 def name @name end |
#ok ⇒ Object
Returns the value of attribute ok
8 9 10 |
# File 'lib/lambda/microvms/doctor.rb', line 8 def ok @ok end |