class ShardFile
- ShardFile
 - Reference
 - Object
 
Overview
Represents the structure of a shard.yml file.
This class is used to parse the main project's metadata
such as its name and version.
Included Modules
- YAML::Serializable
 
Defined in:
shard/shard_file.crConstructors
Instance Method Summary
- 
        #name : String
        
          
The name of the project/shard.
 - 
        #name=(name : String)
        
          
The name of the project/shard.
 - 
        #version : String
        
          
The version of the project/shard.
 - 
        #version=(version : String)
        
          
The version of the project/shard.