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