Module: LlmCostTracker::ConfigurationStorageBackend

Included in:
Configuration
Defined in:
lib/llm_cost_tracker/configuration/storage_backend.rb

Instance Method Summary collapse

Instance Method Details

#storage_backend=(value) ⇒ Object



5
6
7
8
# File 'lib/llm_cost_tracker/configuration/storage_backend.rb', line 5

def storage_backend=(value)
  ensure_shared_configuration_mutable!
  @storage_backend = normalize_storage_backend(value)
end