struct Sherd::Config::Package

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, version : String, description : String | Nil, license : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, version _version = @version, description _description = @description, license _license = @license) #

[View source]
def description : String | Nil #

def license : String | Nil #

def name : String #

def version : String #