class Git::GitAltURI
def initialize(user:, host:, path:)
-
path
(String
) -- the path from the URL -
host
(String
) -- the host from the URL -
user
(String, nil
) -- the user from the URL or nil
def initialize(user:, host:, path:) super(scheme: 'git-alt', user: user, host: host, path: path) end