Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Crig::EvalOutcome(Output)
Inherits
Struct
<
Value
<
Object
Constructors
fail
(output :
Output
) : self
Source
from_json
(string :
String
) : self
Source
from_json
(pull :
JSON::PullParser
) : self
Source
invalid
(reason :
String
) : self
Source
new
(kind :
Kind
, output :
Output
|
Nil
= nil, reason :
String
|
Nil
= nil)
Source
pass
(output :
Output
) : self
Source
Instance methods
is_pass
ameba:disable Naming/PredicateName
Source
kind
Source
output
Source
reason
Source
score
Source
to_json
(json :
JSON::Builder
) :
Nil
Source
Nested types
Crig::EvalOutcome::Kind