Class: Stoplight::Wiring::StorageSet
- Inherits:
-
Data
- Object
- Data
- Stoplight::Wiring::StorageSet
- Defined in:
- lib/stoplight/wiring/storage_set.rb
Instance Attribute Summary collapse
-
#metrics_store ⇒ Object
readonly
Returns the value of attribute metrics_store.
-
#recovery_lock_store ⇒ Object
readonly
Returns the value of attribute recovery_lock_store.
-
#recovery_metrics_store ⇒ Object
readonly
Returns the value of attribute recovery_metrics_store.
-
#state_store ⇒ Object
readonly
Returns the value of attribute state_store.
Instance Attribute Details
#metrics_store ⇒ Object (readonly)
Returns the value of attribute metrics_store
5 6 7 |
# File 'lib/stoplight/wiring/storage_set.rb', line 5 def metrics_store @metrics_store end |
#recovery_lock_store ⇒ Object (readonly)
Returns the value of attribute recovery_lock_store
5 6 7 |
# File 'lib/stoplight/wiring/storage_set.rb', line 5 def recovery_lock_store @recovery_lock_store end |
#recovery_metrics_store ⇒ Object (readonly)
Returns the value of attribute recovery_metrics_store
5 6 7 |
# File 'lib/stoplight/wiring/storage_set.rb', line 5 def recovery_metrics_store @recovery_metrics_store end |
#state_store ⇒ Object (readonly)
Returns the value of attribute state_store
5 6 7 |
# File 'lib/stoplight/wiring/storage_set.rb', line 5 def state_store @state_store end |