struct Taskmaster::Adapter::Inline::Task
- Taskmaster::Adapter::Inline::Task
- Struct
- Value
- Object
Defined in:
adapter/inline.crConstructors
Instance Method Summary
- #arguments : String
- #clone
- #copy_with(id _id = @id, name _name = @name, arguments _arguments = @arguments, options _options = @options)
- #id : Int32
- #name : String
- #options : String
Constructor Detail
Instance Method Detail
def copy_with(id _id = @id, name _name = @name, arguments _arguments = @arguments, options _options = @options)
#