struct StatusPage::HTMLBuilder

Included Modules

Defined in:

status_page/html_builder.cr

Constructors

Instance Method Summary

Instance methods inherited from module StatusPage::HTMLBuilder::HTMLNodes

div(**args, &) div, escape(*output) escape, link(href : String, &)
link(content, href : String)
link
, node(name, **args, &) node, pre(**args, &) pre

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def get_html #

[View source]
def table(name : String | Nil = nil, **args, &) #

[View source]