struct ReadUntil::ActionToken

Defined in:

read_until/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, kind : ActionKind, read : ReadRef) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, kind _kind = @kind, read _read = @read) #

[View source]
def id : String #

def kind : ActionKind #

def read : ReadRef #