struct Sherd::Config::Info

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

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

[View source]
def description : String | Nil #

def license : String | Nil #

def name : String #

def version : String | Nil #