struct Companion::Manager::ImageState

Defined in:

manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ids_history : Array(String) = Array(String).new, services : Set(Tuple(String, String)) = Set(Tuple(String, String)).new) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(ids_history _ids_history = @ids_history, services _services = @services) #

[View source]
def ids_history : Array(String) #

def services : Set({String, String}) #