class Dragonsfire::FileStore

Defined in:

dragonsfire/storage/file.cr

Instance Method Summary

Instance methods inherited from class Dragonsfire::Store

configure(k, v) configure, init init

Constructor methods inherited from class Dragonsfire::Store

new(config : Hash(Symbol, String)) new

Instance Method Detail

def destroy(uid) #

[View source]
def get_path(uid) #

[View source]
def pre_write(file_name : String) #

[View source]
def read(uid) #

[View source]
def save(data, file_name : String) #

[View source]
def url_for(uid) #

[View source]
def write(content : Content) #

[View source]