struct GhShard::Config

Defined in:

gh_shard.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(crystal : String, remote_name : String, branch_name : String, api_prefix : String) #

[View source]

Instance Method Detail

def api_prefix : String #

def branch_name : String #

def clone #

[View source]
def copy_with(crystal _crystal = @crystal, remote_name _remote_name = @remote_name, branch_name _branch_name = @branch_name, api_prefix _api_prefix = @api_prefix) #

[View source]
def crystal : String #

def remote_name : String #