Class: Statsig::Interfaces::IDataStore

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

Instance Method Summary collapse

Instance Method Details

#get(key) ⇒ Object



8
9
10
# File 'lib/interfaces/data_store.rb', line 8

def get(key)
  nil
end

#initObject



5
6
# File 'lib/interfaces/data_store.rb', line 5

def init
end

#set(key, value) ⇒ Object



12
13
# File 'lib/interfaces/data_store.rb', line 12

def set(key, value)
end

#shutdownObject



15
16
# File 'lib/interfaces/data_store.rb', line 15

def shutdown
end