class Kamaji::Build::Config

Defined in:

command/build.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String = "none", lang : String = "none", dir : String = "none", author : String = "none", email : String = "none", gitlab_name : String = "none", description : String = "none", type : String = "app") #

[View source]

Instance Method Detail

def author : String #

[View source]
def author=(author : String) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def dir : String #

[View source]
def dir=(dir : String) #

[View source]
def email : String #

[View source]
def email=(email : String) #

[View source]
def expanded_dir : Path #

[View source]
def gitlab_name : String #

[View source]
def gitlab_name=(gitlab_name : String) #

[View source]
def gitlab_repo : String #

[View source]
def lang : String #

[View source]
def lang=(lang : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]