Sha256: b530feff78e2cd6f86576ca36f639a08e14965f647658d05a9e78ef65b654bd0
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
# -*- encoding: binary -*- require 'upr/status_methods' module Upr # this is what we store in the Moneta-backed monitor class Status < Struct.new(:seen, :length) include StatusMethods end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
upr-0.3.0 | lib/upr/status.rb |
upr-0.2.0 | lib/upr/status.rb |