dppm
master
Top Level Namespace
Config
CON
Format
INI
Helper
JSON
TOML
Types
YAML
DPPM
CLI
App
List
Pkg
Service
Src
Database
Base
ConnectionError
DatabasePresentException
MySQL
UserPresentException
Error
Host
HTTPHelper
Logger
Prefix
App
Owner
Base
ConfigKeyError
Config
Pkg
PkgFile
Type
ProgramData
Task
Src
Utils
PortChecker
Process
Service
Config
Error
InitSystem
OpenRC
Config
Systemd
Config
WebSite
Caddy
Error
Site
struct
Config::CON
Config::CON
Struct
Value
Object
Included Modules
Config::Format
Defined in:
config/con.cr
Constructors
.new
(data : ::CON::Any)
.new
(content : String)
Instance Method Summary
#build
: String
#data
: ::CON::Any
#del
(path : Array)
#get
(path : Array)
#set
(path : Array, value)
Instance methods inherited from module
Config::Format
del(path : String)
del
,
get(path : String)
get
,
set(path : String, value)
set
Constructor Detail
def self.
new
(data : ::CON::Any)
#
[
View source
]
def self.
new
(content : String)
#
[
View source
]
Instance Method Detail
def
build
: String
#
[
View source
]
def
data
: ::CON::Any
#
[
View source
]
def
del
(path : Array)
#
[
View source
]
def
get
(path : Array)
#
[
View source
]
def
set
(path : Array, value)
#
[
View source
]