Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sherd
master
Sherd
CLI
Config
DependencyMetadata
Info
Package
Git
Commit
Head
Revision
Tag
Lock
DependencyLock
Logger
Project
Shards
Config
Converter
Lock
Built with Crystal 1.9.2
2023-10-07 16:53:38 UTC
struct
Sherd::Shards::Lock
Sherd::Shards::Lock
Struct
Value
Object
Included Modules
YAML::Serializable
Defined in:
shards/lock.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(directory : Path)
Class Method Summary
.file
(directory : Path)
Instance Method Summary
#shards
: Hash(String, Hash(String, String))
#to_sherd
: Sherd::Lock
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(directory : Path)
#
[
View source
]
Class Method Detail
def self.
file
(directory : Path)
#
[
View source
]
Instance Method Detail
def
shards
: Hash(String, Hash(String, String))
#
[
View source
]
def
to_sherd
:
Sherd::Lock
#
[
View source
]