struct Barista::Behaviors::Omnibus::ManifestEntry
- Barista::Behaviors::Omnibus::ManifestEntry
- Struct
- Value
- Object
Defined in:
barista/behaviors/omnibus/maniifest.crConstructors
Instance Method Summary
- #described_version : String
- #license : String
- #locked_source : String
- #locked_version : String
- #name : String
- #source_type : String
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(name : String, *, source_type : String, described_version : String, locked_version : String, locked_source : String, license : String)
#