Crinit::RemoteAsset
Inherits YAML::Serializable < Reference < Object
Represents an individual remote asset declaration inside template.yml.
Constructors
new(target : String, url : String, sha256 : String | Nil = nil, fallback : String | Nil = nil, executable : Bool = false)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
executable?
Sourcefallback
Sourcesha256
Sourcetarget
Sourceurl
Source