Docs exports: JSON llms.txt llms-full.txt Agent Files

struct Shards::LockfileDiffer::Change

Defined in:

lockfile_differ.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def clone #

[View source]
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) #

[View source]
def from_commit : String | Nil #

def from_resolver_key : String | Nil #

def from_source : String | Nil #

def from_version : String | Nil #

def name : String #

def status : Status #

def to_commit : String | Nil #

def to_resolver_key : String | Nil #

def to_source : String | Nil #

def to_version : String | Nil #