class Jewel::Result

Defined in:

benchmark.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(payload : Symbol | Nil, params : Regex::MatchData | Nil) #

[View source]

Instance Method Detail

def found? #

[View source]
def params #

[View source]
def params=(params : Regex::MatchData | Nil) #

[View source]
def payload : Symbol | Nil #

property params : Hash(String, String)


[View source]
def payload=(payload : Symbol | Nil) #

property params : Hash(String, String)


[View source]