struct Omnibus::Config

Defined in:

omnibus.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, base_dir : String = "/var/cache/omnibus", source_dir : String = "/var/opt/omnibus/source", install_dir : String = "/var/opt/omnibus/install", build_dir : String = "/var/opt/omnibus/build") #

TODO don't hardcode platform behavior


[View source]

Instance Method Detail

def base_dir : String #

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

[View source]
def build_dir : String #

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

[View source]
def install_dir : String #

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

[View source]
def source_dir : String #

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

[View source]