class ShardLockFile
- ShardLockFile
 - Reference
 - Object
 
Overview
Represents the structure of a shard.lock file.
This file contains the resolved dependencies of the project.
Included Modules
- YAML::Serializable
 
Defined in:
shard/shard_lock_file.crConstructors
Instance Method Summary
- 
        #shards : Hash(String, ShardLockEntry)
        
          
A hash mapping shard names to their
ShardLockEntrydetails. - 
        #shards=(shards : Hash(String, ShardLockEntry))
        
          
A hash mapping shard names to their
ShardLockEntrydetails. 
Constructor Detail
Instance Method Detail
        
        def shards : Hash(String, ShardLockEntry)
        #
      
      
        A hash mapping shard names to their ShardLockEntry details.
        
        def shards=(shards : Hash(String, ShardLockEntry))
        #
      
      
        A hash mapping shard names to their ShardLockEntry details.