struct
AssetPipeline::StaticAssets::ManifestEntry
- AssetPipeline::StaticAssets::ManifestEntry
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
asset_pipeline/static_assets.crConstructors
- .new(path : String, digest : String, integrity : String, content_type : String, bytes : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(path : String, digest : String, integrity : String, content_type : String, bytes : Int64)
#