class SemVerComponents::Output
Base class for all output plugins
Public Class Methods
new(local_git, git_hosting)
click to toggle source
Constructor
- Parameters
-
local_git (
LocalGit
): The git repository -
git_hosting (
GitHosting
): The git hosting to be used for URLs
# File lib/sem_ver_components/output.rb, line 11 def initialize(local_git, git_hosting) @local_git = local_git @git_hosting = git_hosting end