struct Zap::Utils::Scripts::ScriptDataNested
- Zap::Utils::Scripts::ScriptDataNested
- Struct
- Value
- Object
Defined in:
utils/scripts/scripts.crConstructors
Instance Method Summary
- #args : Array(String) | Nil
- #clone
- #copy_with(package _package = @package, path _path = @path, script_name _script_name = @script_name, script_command _script_command = @script_command, args _args = @args)
- #package : Package
- #path : Path | String
- #script_command : String | Nil
- #script_name : Symbol | String
Constructor Detail
def self.new(package : Package, path : Path | String, script_name : Symbol | String, script_command : String | Nil, args : Array(String) | Nil = nil)
#
Instance Method Detail
def copy_with(package _package = @package, path _path = @path, script_name _script_name = @script_name, script_command _script_command = @script_command, args _args = @args)
#