struct Zap::Package::Dist::Registry

Included Modules

Defined in:

package/dist.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(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(tarball : String, shasum : String, integrity : Nil | String = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

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

[View source]

Instance Method Detail

def integrity : String | Nil #

[View source]
def integrity=(integrity : String | Nil) #

[View source]
def shasum : String #

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

[View source]
def tarball : String #

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

[View source]