Class: BreakerMachines::Status
- Inherits:
-
Data
- Object
- Data
- BreakerMachines::Status
- Defined in:
- lib/breaker_machines/types.rb
Overview
Represents the status of a circuit from storage
Instance Attribute Summary collapse
-
#opened_at ⇒ Object
readonly
Returns the value of attribute opened_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#opened_at ⇒ Object (readonly)
Returns the value of attribute opened_at
7 8 9 |
# File 'lib/breaker_machines/types.rb', line 7 def opened_at @opened_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
7 8 9 |
# File 'lib/breaker_machines/types.rb', line 7 def status @status end |