class Test::Task::Server::EndpointStats

Defined in:

test-task/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(max : Int32 = -1, min : Int32 = -1, avg : Int32 = -1, fails : Int32 = 0) #

[View source]

Instance Method Detail

def avg : Int32 #

[View source]
def avg=(avg : Int32) #

[View source]
def fails : Int32 #

[View source]
def fails=(fails : Int32) #

[View source]
def max : Int32 #

[View source]
def max=(max : Int32) #

[View source]
def min : Int32 #

[View source]
def min=(min : Int32) #

[View source]
def to_hash #

[View source]