Class: Siren::Compose::UpdateConfig
- Inherits:
-
Struct
- Object
- Struct
- Siren::Compose::UpdateConfig
- Includes:
- HashInitialize
- Defined in:
- lib/siren/compose/types.rb
Instance Attribute Summary collapse
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#failure_action ⇒ Object
Returns the value of attribute failure_action.
-
#max_failure_ratio ⇒ Object
Returns the value of attribute max_failure_ratio.
-
#monitor ⇒ Object
Returns the value of attribute monitor.
-
#order ⇒ Object
Returns the value of attribute order.
-
#parallelism ⇒ Object
Returns the value of attribute parallelism.
Method Summary
Methods included from HashInitialize
Instance Attribute Details
#delay ⇒ Object
Returns the value of attribute delay
50 51 52 |
# File 'lib/siren/compose/types.rb', line 50 def delay @delay end |
#failure_action ⇒ Object
Returns the value of attribute failure_action
50 51 52 |
# File 'lib/siren/compose/types.rb', line 50 def failure_action @failure_action end |
#max_failure_ratio ⇒ Object
Returns the value of attribute max_failure_ratio
50 51 52 |
# File 'lib/siren/compose/types.rb', line 50 def max_failure_ratio @max_failure_ratio end |
#monitor ⇒ Object
Returns the value of attribute monitor
50 51 52 |
# File 'lib/siren/compose/types.rb', line 50 def monitor @monitor end |
#order ⇒ Object
Returns the value of attribute order
50 51 52 |
# File 'lib/siren/compose/types.rb', line 50 def order @order end |
#parallelism ⇒ Object
Returns the value of attribute parallelism
50 51 52 |
# File 'lib/siren/compose/types.rb', line 50 def parallelism @parallelism end |