struct Srcom::Run::Status

Overview

If the #status is "rejected" then #reason will always be present.

Included Modules

Defined in:

srcr/mappings/run/status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def examiner : String? #

[View source]
def examiner=(examiner : String?) #

[View source]
def reason : String? #

[View source]
def reason=(reason : String?) #

[View source]
def status : String #

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

[View source]
def verify_date : Time? #

[View source]
def verify_date=(verify_date : Time?) #

[View source]