struct Sabo::Tabby::StaticFileHandler::DirectoryListing
- Sabo::Tabby::StaticFileHandler::DirectoryListing
- Struct
- Value
- Object
Defined in:
sabo-tabby/static_file_handler.crConstructors
Instance Method Summary
- #children : Array(String)
- #clone
- #copy_with(request_path _request_path = @request_path, path _path = @path, children _children = @children, theme _theme = @theme)
- #css : Tuple
- #each_entry(&)
- #logo : String
- #path : String
- #request_path : String
- #theme : String
-
#to_s(__io__ : IO) : Nil
Same as
#inspect(io)
.
Constructor Detail
def self.new(request_path : String, path : String, children : Array(String), theme : String)
#
Instance Method Detail
def copy_with(request_path _request_path = @request_path, path _path = @path, children _children = @children, theme _theme = @theme)
#