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 | Nil
- #examiner=(examiner : String | Nil)
- #reason : String | Nil
- #reason=(reason : String | Nil)
- #status : String
- #status=(status : String)
- #verify_date : Time | Nil
- #verify_date=(verify_date : Time | Nil)