struct Agate::StashEntry

Overview

A stash entry.

Defined in:

agate/stash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index : Int32, message : String, oid : OID) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(index _index = @index, message _message = @message, oid _oid = @oid) #

[View source]
def index : Int32 #

def message : String #

def oid : OID #