class
Amber::CLI::Config
- Amber::CLI::Config
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
amber_cli/config.crConstant Summary
-
DEFAULT_NAME =
"[process_name]" -
SHARD_YML =
"shard.yml"
Constructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Class Method Summary
Instance Method Summary
- #database : String
- #database=(database : String)
- #default_watch_options
- #language : String
- #language=(language : String)
- #model : String
- #model=(model : String)
- #watch : WatchOptions
- #watch=(watch : WatchOptions | Nil)
Constructor Detail
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
#