Class: Insika::CircuitState::Record

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/circuit_state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#failuresObject (readonly)

Returns the value of attribute failures

Returns:

  • (Object)

    the current value of failures



28
29
30
# File 'lib/insika/circuit_state.rb', line 28

def failures
  @failures
end

#opened_atObject (readonly)

Returns the value of attribute opened_at

Returns:

  • (Object)

    the current value of opened_at



28
29
30
# File 'lib/insika/circuit_state.rb', line 28

def opened_at
  @opened_at
end