struct Zap::Commands::Install::Manifest

Included Modules

Defined in:

commands/install/manifest.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(pull : MessagePack::Unpacker) #

[View source]
def self.new(manifest_string : String) #

[View source]

Instance Method Detail

def dist_tags : Hash(String, String) #

[View source]
def get_raw_metadata?(version : Utils::Semver::Range | String) : String | Nil #

[View source]
def versions : Array(String) #

[View source]
def versions_json : Hash(String, String) #

[View source]