struct Sherd::Config::Package
- Sherd::Config::Package
- Struct
- Value
- Object
Defined in:
config.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, version _version = @version, description _description = @description, license _license = @license)
- #description : String | Nil
- #license : String | Nil
- #name : String
- #version : String
Constructor Detail
def self.new(name : String, version : String, description : String | Nil, license : String | Nil)
#
Instance Method Detail
def copy_with(name _name = @name, version _version = @version, description _description = @description, license _license = @license)
#