class Matter::Controller::StateStore

Defined in:

matter/controller/state_store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(storage_directory : String, filename : String = "controller.json") #

[View source]

Instance Method Detail

def load : State #

[View source]
def path : String #

[View source]
def save(state : State) : Nil #

[View source]
def storage_directory : String #

[View source]