class Amber::Assets::Entry

Included Modules

Defined in:

amber/assets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, digest : String, integrity : String, content_type : String, bytes : Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bytes : Int64 #

[View source]
def content_type : String #

[View source]
def digest : String #

[View source]
def integrity : String #

[View source]
def path : String #

[View source]