Class: Wurk::Swarm::Restart::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/wurk/swarm/restart.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backoffObject

Returns the value of attribute backoff

Returns:

  • (Object)

    the current value of backoff



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def backoff
  @backoff
end

#describeObject

Returns the value of attribute describe

Returns:

  • (Object)

    the current value of describe



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def describe
  @describe
end

#drain_timeoutObject

Returns the value of attribute drain_timeout

Returns:

  • (Object)

    the current value of drain_timeout



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def drain_timeout
  @drain_timeout
end

#heartbeatObject

Returns the value of attribute heartbeat

Returns:

  • (Object)

    the current value of heartbeat



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def heartbeat
  @heartbeat
end

#heartbeat_waitObject

Returns the value of attribute heartbeat_wait

Returns:

  • (Object)

    the current value of heartbeat_wait



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def heartbeat_wait
  @heartbeat_wait
end

#killObject

Returns the value of attribute kill

Returns:

  • (Object)

    the current value of kill



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def kill
  @kill
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def logger
  @logger
end

#nowObject

Returns the value of attribute now

Returns:

  • (Object)

    the current value of now



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def now
  @now
end

#spawnObject

Returns the value of attribute spawn

Returns:

  • (Object)

    the current value of spawn



21
22
23
# File 'lib/wurk/swarm/restart.rb', line 21

def spawn
  @spawn
end