struct Zap::Package::Dist::Registry
- Zap::Package::Dist::Registry
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- MessagePack::Serializable
- YAML::Serializable
Defined in:
package/dist.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(tarball : String, shasum : String, integrity : Nil | String = nil)
- .new(pull : JSON::PullParser)
- .new(pull : MessagePack::Unpacker)
Instance Method Summary
- #integrity : String | Nil
- #integrity=(integrity : String | Nil)
- #shasum : String
- #shasum=(shasum : String)
- #tarball : String
- #tarball=(tarball : String)