Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Mangrullo::UpdateJobQueue::UpdateJob
Inherits
Struct
<
Value
<
Object
Job structure
Constructors
new
(container_id :
String
, container_name :
String
, allow_major :
Bool
)
Source
Instance methods
allow_major
Source
allow_major=
(allow_major :
Bool
)
Source
completed_at
Source
completed_at=
(completed_at :
Time
|
Nil
)
Source
container_id
Source
container_id=
(container_id :
String
)
Source
container_name
Source
container_name=
(container_name :
String
)
Source
created_at
Source
created_at=
(created_at :
Time
)
Source
error
Source
error=
(error :
String
|
Nil
)
Source
id
Source
id=
(id :
String
)
Source
result
Source
result=
(result :
Hash
(
String
,
JSON::Any
) |
Nil
)
Source
started_at
Source
started_at=
(started_at :
Time
|
Nil
)
Source
status
Source
status=
(status :
JobStatus
)
Source
to_h
Source