struct Taskmaster::Adapter::Test::Task
- Taskmaster::Adapter::Test::Task
- Struct
- Value
- Object
Defined in:
adapter/test.crConstructors
Instance Method Summary
- #arguments : String
- #clone
- #copy_with(id _id = @id, perform_at _perform_at = @perform_at, name _name = @name, arguments _arguments = @arguments, options _options = @options)
- #id : Int32
- #name : String
- #options : String
- #perform_at : Time | Nil
Constructor Detail
def self.new(id : Int32, perform_at : Time | Nil, name : String, arguments : String, options : String)
#
Instance Method Detail
def copy_with(id _id = @id, perform_at _perform_at = @perform_at, name _name = @name, arguments _arguments = @arguments, options _options = @options)
#