class Route::ProfileHandler::Access

Defined in:

route/handlers/profiler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, path : String, time : Time::Span, n : Int32) #

[View source]

Instance Method Detail

def access(time : Time::Span) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def n : Int32 #

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

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def time : Time::Span #

[View source]
def time=(time : Time::Span) #

[View source]