class Manifestly::Repository::CommitNotPresent
Attributes
repository[R]
sha[R]
Public Class Methods
new(sha, repository)
click to toggle source
Calls superclass method
# File lib/manifestly/repository.rb, line 9 def initialize(sha, repository) @sha = sha @repository = repository super("SHA '#{sha}' not found in repository '#{repository.github_name_or_path}'") end