struct Savi::Source::Package

Defined in:

savi/source.cr

Constant Summary

NONE = new("", "(none)")

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(path : String, name : String) #

[View source]

Class Method Detail

def self.for_manifest(manifest : Packaging::Manifest) #

[View source]
def self.none #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def path : String #

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

[View source]