struct Taskmaster::Adapter::Inline::Task

Defined in:

adapter/inline.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, name : String, arguments : String, options : String) #

[View source]

Instance Method Detail

def arguments : String #

def clone #

[View source]
def copy_with(id _id = @id, name _name = @name, arguments _arguments = @arguments, options _options = @options) #

[View source]
def id : Int32 #

def name : String #

def options : String #