struct
DocMachine::ContainerManager::Entry
- DocMachine::ContainerManager::Entry
- Struct
- Value
- Object
Defined in:
container/manager.crConstructors
Instance Method Summary
- #auto_remove : Bool
- #clone
- #copy_with(name _name = @name, runtime _runtime = @runtime, directory _directory = @directory, auto_remove _auto_remove = @auto_remove, task _task = @task, registered_at _registered_at = @registered_at)
- #directory : String
- #name : String
- #registered_at : Time
- #runtime : String
- #task : String | Nil
Constructor Detail
def self.new(name : String, runtime : String, directory : String, auto_remove : Bool, task : String | Nil, registered_at : Time)
#
Instance Method Detail
def copy_with(name _name = @name, runtime _runtime = @runtime, directory _directory = @directory, auto_remove _auto_remove = @auto_remove, task _task = @task, registered_at _registered_at = @registered_at)
#