Class: BreakerMachines::CascadeInfo
- Inherits:
-
Data
- Object
- Data
- BreakerMachines::CascadeInfo
- Defined in:
- lib/breaker_machines/types.rb
Overview
Represents cascade information for cascading circuits
Instance Attribute Summary collapse
-
#cascade_triggered_at ⇒ Object
readonly
Returns the value of attribute cascade_triggered_at.
-
#dependent_circuits ⇒ Object
readonly
Returns the value of attribute dependent_circuits.
-
#dependent_status ⇒ Object
readonly
Returns the value of attribute dependent_status.
-
#emergency_protocol ⇒ Object
readonly
Returns the value of attribute emergency_protocol.
Instance Attribute Details
#cascade_triggered_at ⇒ Object (readonly)
Returns the value of attribute cascade_triggered_at
27 28 29 |
# File 'lib/breaker_machines/types.rb', line 27 def cascade_triggered_at @cascade_triggered_at end |
#dependent_circuits ⇒ Object (readonly)
Returns the value of attribute dependent_circuits
27 28 29 |
# File 'lib/breaker_machines/types.rb', line 27 def dependent_circuits @dependent_circuits end |
#dependent_status ⇒ Object (readonly)
Returns the value of attribute dependent_status
27 28 29 |
# File 'lib/breaker_machines/types.rb', line 27 def dependent_status @dependent_status end |
#emergency_protocol ⇒ Object (readonly)
Returns the value of attribute emergency_protocol
27 28 29 |
# File 'lib/breaker_machines/types.rb', line 27 def emergency_protocol @emergency_protocol end |