struct Companion::Manager::ImageState
- Companion::Manager::ImageState
- Struct
- Value
- Object
Defined in:
manager.crConstructors
Instance Method Summary
- #clone
- #copy_with(ids_history _ids_history = @ids_history, services _services = @services)
- #ids_history : Array(String)
- #services : Set({String, String})
Constructor Detail
def self.new(ids_history : Array(String) = Array(String).new, services : Set(Tuple(String, String)) = Set(Tuple(String, String)).new)
#
Instance Method Detail
def copy_with(ids_history _ids_history = @ids_history, services _services = @services)
#