Class: Siren::Compose::RestartPolicy
- Inherits:
-
Struct
- Object
- Struct
- Siren::Compose::RestartPolicy
- Includes:
- HashInitialize
- Defined in:
- lib/siren/compose/types.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
-
#window ⇒ Object
Returns the value of attribute window.
Method Summary
Methods included from HashInitialize
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
42 43 44 |
# File 'lib/siren/compose/types.rb', line 42 def condition @condition end |
#delay ⇒ Object
Returns the value of attribute delay
42 43 44 |
# File 'lib/siren/compose/types.rb', line 42 def delay @delay end |
#max_attempts ⇒ Object
Returns the value of attribute max_attempts
42 43 44 |
# File 'lib/siren/compose/types.rb', line 42 def max_attempts @max_attempts end |
#window ⇒ Object
Returns the value of attribute window
42 43 44 |
# File 'lib/siren/compose/types.rb', line 42 def window @window end |