class Loveline::LaminateTemplate
- Loveline::LaminateTemplate
- Reference
- Object
Overview
A bunch of templates smooshed together. Be careful of circular references.
Included Modules
Defined in:
loveline/template.crConstructors
Instance Method Summary
- #address : String | Nil
- #blank? : Bool
- #body : String | Nil
- #cookies : Hash(String, String)
- #flatten(name)
- #headers : Headers
- #method : String | Nil
-
#name : String
Commented out types to quiet warnings See https://github.com/crystal-lang/crystal/issues/8250
- #variables : Hash(String, String)
Instance methods inherited from module Loveline::ExecutableTemplate
address
address,
blank?
blank?,
cookies
cookies,
headers
headers,
method
method,
name
name,
save(path : String, force : Bool)
save,
variables
variables
Constructor Detail
Instance Method Detail
def name : String
#
Description copied from module Loveline::ExecutableTemplate
Commented out types to quiet warnings See https://github.com/crystal-lang/crystal/issues/8250