struct StatsStore::LogSuccess

Defined in:

lib/server/stats_store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, avg_response_time : Time::Span) #

[View source]

Instance Method Detail

def avg_response_time : Time::Span #

def clone #

[View source]
def copy_with(url _url = @url, avg_response_time _avg_response_time = @avg_response_time) #

[View source]
def url : String #