Class: Wurk::Swarm::Restart::Config
- Inherits:
-
Struct
- Object
- Struct
- Wurk::Swarm::Restart::Config
- Defined in:
- lib/wurk/swarm/restart.rb
Instance Attribute Summary collapse
-
#backoff ⇒ Object
Returns the value of attribute backoff.
-
#describe ⇒ Object
Returns the value of attribute describe.
-
#drain_timeout ⇒ Object
Returns the value of attribute drain_timeout.
-
#heartbeat ⇒ Object
Returns the value of attribute heartbeat.
-
#heartbeat_wait ⇒ Object
Returns the value of attribute heartbeat_wait.
-
#kill ⇒ Object
Returns the value of attribute kill.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#now ⇒ Object
Returns the value of attribute now.
-
#spawn ⇒ Object
Returns the value of attribute spawn.
Instance Attribute Details
#backoff ⇒ Object
Returns the value of attribute backoff
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def backoff @backoff end |
#describe ⇒ Object
Returns the value of attribute describe
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def describe @describe end |
#drain_timeout ⇒ Object
Returns the value of attribute drain_timeout
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def drain_timeout @drain_timeout end |
#heartbeat ⇒ Object
Returns the value of attribute heartbeat
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def heartbeat @heartbeat end |
#heartbeat_wait ⇒ Object
Returns the value of attribute heartbeat_wait
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def heartbeat_wait @heartbeat_wait end |
#kill ⇒ Object
Returns the value of attribute kill
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def kill @kill end |
#logger ⇒ Object
Returns the value of attribute logger
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def logger @logger end |
#now ⇒ Object
Returns the value of attribute now
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def now @now end |
#spawn ⇒ Object
Returns the value of attribute spawn
21 22 23 |
# File 'lib/wurk/swarm/restart.rb', line 21 def spawn @spawn end |