struct
Shards::LockfileDiffer::Change
- Shards::LockfileDiffer::Change
- Struct
- Value
- Object
Defined in:
lockfile_differ.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, status _status = @status, from_version _from_version = @from_version, to_version _to_version = @to_version, from_commit _from_commit = @from_commit, to_commit _to_commit = @to_commit, from_source _from_source = @from_source, to_source _to_source = @to_source, from_resolver_key _from_resolver_key = @from_resolver_key, to_resolver_key _to_resolver_key = @to_resolver_key)
- #from_commit : String | Nil
- #from_resolver_key : String | Nil
- #from_source : String | Nil
- #from_version : String | Nil
- #name : String
- #status : Status
- #to_commit : String | Nil
- #to_resolver_key : String | Nil
- #to_source : String | Nil
- #to_version : String | Nil
Constructor Detail
def self.new(name : String, status : Status, from_version : String | Nil, to_version : String | Nil, from_commit : String | Nil, to_commit : String | Nil, from_source : String | Nil, to_source : String | Nil, from_resolver_key : String | Nil, to_resolver_key : String | Nil)
#
Instance Method Detail
def copy_with(name _name = @name, status _status = @status, from_version _from_version = @from_version, to_version _to_version = @to_version, from_commit _from_commit = @from_commit, to_commit _to_commit = @to_commit, from_source _from_source = @from_source, to_source _to_source = @to_source, from_resolver_key _from_resolver_key = @from_resolver_key, to_resolver_key _to_resolver_key = @to_resolver_key)
#