Class: Stoplight::Wiring::StorageSet

Inherits:
Data
  • Object
show all
Defined in:
lib/stoplight/wiring/storage_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metrics_storeObject (readonly)

Returns the value of attribute metrics_store

Returns:

  • (Object)

    the current value of metrics_store



5
6
7
# File 'lib/stoplight/wiring/storage_set.rb', line 5

def metrics_store
  @metrics_store
end

#recovery_lock_storeObject (readonly)

Returns the value of attribute recovery_lock_store

Returns:

  • (Object)

    the current value of 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_storeObject (readonly)

Returns the value of attribute recovery_metrics_store

Returns:

  • (Object)

    the current value of recovery_metrics_store



5
6
7
# File 'lib/stoplight/wiring/storage_set.rb', line 5

def recovery_metrics_store
  @recovery_metrics_store
end

#state_storeObject (readonly)

Returns the value of attribute state_store

Returns:

  • (Object)

    the current value of state_store



5
6
7
# File 'lib/stoplight/wiring/storage_set.rb', line 5

def state_store
  @state_store
end