Class: SystemDescriptionMemoryStore

Inherits:
Object
  • Object
show all
Defined in:
lib/system_description_memory_store.rb

Overview

The SystemDescriptionMemoryStore class is an implementation of a SystemDescriptionStore which keeps the description in memory. It is meant for transient storage of a system description when it is only used internally in a program and doesn’t have to be persisted. Attempts to save the description or related data will result in an exception.

Instance Method Summary collapse

Instance Method Details

#persistent?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/system_description_memory_store.rb', line 25

def persistent?
  false
end