struct V1::Mutate::Addendum

Overview

Addendum contains layers and history to be appended to a base image

Defined in:

v1/mutate/mutate.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(layer : V1::Layer, history : V1::History? = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(layer _layer = @layer, history _history = @history) #

[View source]
def history : V1::History? #

def layer : V1::Layer #