Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
s3t
0.1.1
Top Level Namespace
S3t
Config
Dir
KeysConfig
LimitsConfig
Runner
ServiceConfig
StorageConfig
Built with Crystal 1.9.2
2023-10-08 13:27:55 UTC
class
S3t::ServiceConfig
S3t::ServiceConfig
Reference
Object
Included Modules
YAML::Serializable
Defined in:
config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#endpoint
: String
#endpoint=
(endpoint : String)
#keys
: KeysConfig
#keys=
(keys : KeysConfig)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Instance Method Detail
def
endpoint
: String
#
[
View source
]
def
endpoint=
(endpoint : String)
#
[
View source
]
def
keys
:
KeysConfig
#
[
View source
]
def
keys=
(keys :
KeysConfig
)
#
[
View source
]