Class: BreakerMachines::CascadeInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/breaker_machines/types.rb

Overview

Represents cascade information for cascading circuits

Instance Attribute Summary collapse

Instance Attribute Details

#cascade_triggered_atObject (readonly)

Returns the value of attribute cascade_triggered_at

Returns:

  • (Object)

    the current value of cascade_triggered_at



27
28
29
# File 'lib/breaker_machines/types.rb', line 27

def cascade_triggered_at
  @cascade_triggered_at
end

#dependent_circuitsObject (readonly)

Returns the value of attribute dependent_circuits

Returns:

  • (Object)

    the current value of dependent_circuits



27
28
29
# File 'lib/breaker_machines/types.rb', line 27

def dependent_circuits
  @dependent_circuits
end

#dependent_statusObject (readonly)

Returns the value of attribute dependent_status

Returns:

  • (Object)

    the current value of dependent_status



27
28
29
# File 'lib/breaker_machines/types.rb', line 27

def dependent_status
  @dependent_status
end

#emergency_protocolObject (readonly)

Returns the value of attribute emergency_protocol

Returns:

  • (Object)

    the current value of emergency_protocol



27
28
29
# File 'lib/breaker_machines/types.rb', line 27

def emergency_protocol
  @emergency_protocol
end