struct Barista::Behaviors::Omnibus::ManifestEntry

Defined in:

barista/behaviors/omnibus/maniifest.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, *, source_type : String, described_version : String, locked_version : String, locked_source : String, license : String) #

[View source]

Instance Method Detail

def described_version : String #

[View source]
def license : String #

[View source]
def locked_source : String #

[View source]
def locked_version : String #

[View source]
def name : String #

[View source]
def source_type : String #

[View source]
def to_json(json : JSON::Builder) #

[View source]