struct Zap::Package::Dist::Git

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(commit_hash : String, version : String, key : String, cache_key : String) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

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

[View source]

Instance Method Detail

def cache_key : String #

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

[View source]
def commit_hash : String #

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

[View source]
def key : String #

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

[View source]
def version : String #

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

[View source]