Class: Lich::Common::BestEffortShutdownCleanup::Result
- Inherits:
-
Struct
- Object
- Struct
- Lich::Common::BestEffortShutdownCleanup::Result
- Includes:
- ShutdownResultPredicates
- Defined in:
- documented/common/best_effort_shutdown_cleanup.rb
Overview
Result for one best-effort cleanup attempt.
Instance Attribute Summary collapse
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#failures ⇒ Object
Returns the value of attribute failures.
-
#script_shutdown_result ⇒ Object
Returns the value of attribute script_shutdown_result.
-
#scripts_drained ⇒ Object
Returns the value of attribute scripts_drained.
-
#vars_saved ⇒ Object
Returns the value of attribute vars_saved.
Method Summary
Methods included from ShutdownResultPredicates
#completed?, #failed?, #scripts_drained?, #vars_saved?
Instance Attribute Details
#completed ⇒ Object
Returns the value of attribute completed
26 27 28 |
# File 'documented/common/best_effort_shutdown_cleanup.rb', line 26 def completed @completed end |
#failures ⇒ Object
Returns the value of attribute failures
26 27 28 |
# File 'documented/common/best_effort_shutdown_cleanup.rb', line 26 def failures @failures end |
#script_shutdown_result ⇒ Object
Returns the value of attribute script_shutdown_result
26 27 28 |
# File 'documented/common/best_effort_shutdown_cleanup.rb', line 26 def script_shutdown_result @script_shutdown_result end |
#scripts_drained ⇒ Object
Returns the value of attribute scripts_drained
26 27 28 |
# File 'documented/common/best_effort_shutdown_cleanup.rb', line 26 def scripts_drained @scripts_drained end |
#vars_saved ⇒ Object
Returns the value of attribute vars_saved
26 27 28 |
# File 'documented/common/best_effort_shutdown_cleanup.rb', line 26 def vars_saved @vars_saved end |