struct Sabo::Tabby::StaticFileHandler::DirectoryListing

Defined in:

sabo-tabby/static_file_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(request_path : String, path : String, children : Array(String), theme : String) #

[View source]

Instance Method Detail

def children : Array(String) #

def clone #

[View source]
def copy_with(request_path _request_path = @request_path, path _path = @path, children _children = @children, theme _theme = @theme) #

[View source]
def css : Tuple #

[View source]
def each_entry(&) #

[View source]
def logo : String #

[View source]
def path : String #

def request_path : String #

def theme : String #

def to_s(__io__ : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]