class
Amber::Assets::Entry
- Amber::Assets::Entry
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
amber/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)
#