Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
code-preloader
develop
CodePreloader
Cli
ProcessedFile
Config
HelpOptions
InitOptions
PackOptions
Subcommand
FileList
Filter
NotADirectory
Models
PromptConfig
RootConfig
FileStorage
Generated using Crystal 1.14.0
2024-11-26 08:02:16 UTC
class
CodePreloader::
Models::
PromptConfig
CodePreloader::Models::PromptConfig
Reference
Object
Included Modules
YAML::Serializable
YAML::Serializable::Strict
Defined in:
models/prompt_config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#footer_path
: String | Nil
#header_path
: String | Nil
#template_path
: String | Nil
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Instance Method Detail
def
footer_path
: String | Nil
#
[
View source
]
def
header_path
: String | Nil
#
[
View source
]
def
template_path
: String | Nil
#
[
View source
]