struct PlaceOS::Core::Result
- PlaceOS::Core::Result
- Struct
- Value
- Object
Defined in:
placeos-core/driver_manager.crConstructors
Instance Method Summary
- #clone
- #copy_with(success _success = @success, output _output = @output, name _name = @name, path _path = @path)
- #name : String
- #output : String
- #path : String
- #success : Bool
Constructor Detail
def self.new(success : Bool = false, output : String = "", name : String = "", path : String = "")
#
Instance Method Detail
def copy_with(success _success = @success, output _output = @output, name _name = @name, path _path = @path)
#