class GitNoted::Repository::Note
Attributes
labels[R]
name[R]
path[R]
Public Class Methods
new(name, path, labels)
click to toggle source
# File lib/git_noted/repository.rb, line 8 def initialize(name, path, labels) @name = name @path = path @labels = labels end