struct Zap::Package::Dist::Git
- Zap::Package::Dist::Git
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- MessagePack::Serializable
- YAML::Serializable
Defined in:
package/dist.crConstructors
- .new(commit_hash : String, version : String, key : String, cache_key : String)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
Instance Method Summary
- #cache_key : String
- #cache_key=(cache_key : String)
- #commit_hash : String
- #commit_hash=(commit_hash : String)
- #key : String
- #key=(key : String)
- #version : String
- #version=(version : String)
Constructor Detail
def self.new(commit_hash : String, version : String, key : String, cache_key : String)
#