Method: Authify::API::Metrics#update

Defined in:
lib/authify/api/metrics.rb

#update(key, value) ⇒ Object



7
8
9
# File 'lib/authify/api/metrics.rb', line 7

def update(key, value)
  storage[key] = value
end