Fluxion::State::ItemRecord
Inherits JSON::Serializable < Struct < Value < Object
What a prior run recorded about one item.
Constructors
new(profile : String, step : String, item_key : String, item_type : String, completed_at : Time, version : Nil | String = nil, checksum : Nil | String = nil, source_url : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
checksum
Sourcecompleted_at
Sourceitem_key
Sourceitem_type
Sourceprofile
Sourcesource_url
Where the artifact came from, with credentials and query parameters stripped — a state file is read by humans and copied into bug reports.
step
Sourceversion
Source