struct GhShard::Config
- GhShard::Config
- Struct
- Value
- Object
Defined in:
gh_shard.crConstructors
Instance Method Summary
- #api_prefix : String
- #branch_name : String
- #clone
- #copy_with(crystal _crystal = @crystal, remote_name _remote_name = @remote_name, branch_name _branch_name = @branch_name, api_prefix _api_prefix = @api_prefix)
- #crystal : String
- #remote_name : String
Constructor Detail
def self.new(crystal : String, remote_name : String, branch_name : String, api_prefix : String)
#
Instance Method Detail
def copy_with(crystal _crystal = @crystal, remote_name _remote_name = @remote_name, branch_name _branch_name = @branch_name, api_prefix _api_prefix = @api_prefix)
#