Class: AmplitudeAnalytics::InMemoryStorageProvider

Inherits:
StorageProvider show all
Defined in:
lib/amplitude/storage.rb

Overview

InMemoryStorageProvider class

Instance Method Summary collapse

Instance Method Details

#storageObject



142
143
144
# File 'lib/amplitude/storage.rb', line 142

def storage
  InMemoryStorage.new
end