Class: Insika::CircuitState::Record
- Inherits:
-
Data
- Object
- Data
- Insika::CircuitState::Record
- Defined in:
- lib/insika/circuit_state.rb
Instance Attribute Summary collapse
-
#failures ⇒ Object
readonly
Returns the value of attribute failures.
-
#opened_at ⇒ Object
readonly
Returns the value of attribute opened_at.
Instance Attribute Details
#failures ⇒ Object (readonly)
Returns the value of attribute failures
28 29 30 |
# File 'lib/insika/circuit_state.rb', line 28 def failures @failures end |
#opened_at ⇒ Object (readonly)
Returns the value of attribute opened_at
28 29 30 |
# File 'lib/insika/circuit_state.rb', line 28 def opened_at @opened_at end |