Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
waitpr
v0.1.0
Top Level Namespace
WaitPR
Check
Program
Status
Built with Crystal 1.9.2
2023-10-07 21:49:09 UTC
struct
WaitPR::Check
WaitPR::Check
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
waitpr/check.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#conclusion
: String
#display
#finished?
#name
: String
#status
: String
#succeeded?
#url
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
conclusion
: String
#
[
View source
]
def
display
#
[
View source
]
def
finished?
#
[
View source
]
def
name
: String
#
[
View source
]
def
status
: String
#
[
View source
]
def
succeeded?
#
[
View source
]
def
url
: String
#
[
View source
]