struct Srcom::Run::Status
- Srcom::Run::Status
- Struct
- Value
- Object
Overview
If the #status
is "rejected" then #reason
will always be present.
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/run/status.crConstructors
Instance Method Summary
- #examiner : String?
- #examiner=(examiner : String?)
- #reason : String?
- #reason=(reason : String?)
- #status : String
- #status=(status : String)
- #verify_date : Time?
- #verify_date=(verify_date : Time?)