class Avery::FileState

Defined in:

avery.cr

Constant Summary

Log = Avery::Log.for("state")

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String) #

[View source]

Instance Method Detail

def contents : String #

[View source]
def contents=(contents : String) #

[View source]
def log(message : String) #

[View source]
def md5 : String | Nil #

def md5=(md5 : String | Nil) #

[View source]
def md5? : String | Nil | Nil #

def mime_type : String | Nil #

def mime_type=(mime_type : String | Nil) #

[View source]
def mime_type? : String | Nil | Nil #

def path : String #

[View source]