Class: Lich::Common::ShutdownCoordinator::Request

Inherits:
Struct
  • Object
show all
Defined in:
documented/common/shutdown_coordinator.rb

Overview

First shutdown request observed by the process.

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



41
42
43
# File 'documented/common/shutdown_coordinator.rb', line 41

def detail
  @detail
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



41
42
43
# File 'documented/common/shutdown_coordinator.rb', line 41

def reason
  @reason
end

#requested_atObject

Returns the value of attribute requested_at

Returns:

  • (Object)

    the current value of requested_at



41
42
43
# File 'documented/common/shutdown_coordinator.rb', line 41

def requested_at
  @requested_at
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



41
42
43
# File 'documented/common/shutdown_coordinator.rb', line 41

def source
  @source
end