Class: Lich::Common::ShutdownCoordinator::Request
- Inherits:
-
Struct
- Object
- Struct
- Lich::Common::ShutdownCoordinator::Request
- Defined in:
- documented/common/shutdown_coordinator.rb
Overview
First shutdown request observed by the process.
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#requested_at ⇒ Object
Returns the value of attribute requested_at.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
41 42 43 |
# File 'documented/common/shutdown_coordinator.rb', line 41 def detail @detail end |
#reason ⇒ Object
Returns the value of attribute reason
41 42 43 |
# File 'documented/common/shutdown_coordinator.rb', line 41 def reason @reason end |
#requested_at ⇒ Object
Returns the value of attribute requested_at
41 42 43 |
# File 'documented/common/shutdown_coordinator.rb', line 41 def requested_at @requested_at end |
#source ⇒ Object
Returns the value of attribute source
41 42 43 |
# File 'documented/common/shutdown_coordinator.rb', line 41 def source @source end |