Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Golden::Settings
Inherits
Reference
<
Object
Constructors
new
(update_mode :
Golden::UpdateMode
=
UpdateMode::Auto
, dir :
String
= "testdata")
Instance methods
comparator
comparator=
(comparator :
Comparator
|
Nil
)
dir
dir=
(dir :
String
)
filters
filters=
(filters :
Array
(
String
->
String
))
path_redactions
path_redactions=
(path_redactions :
Array
(
NamedTuple
(path:
String
, replacement:
String
)))
redactions
redactions=
(redactions :
Array
(
Redaction
))
serializer
serializer=
(serializer :
Symbol
|
Nil
)
update_mode
update_mode=
(update_mode :
UpdateMode
)