class Project property orgSlug : String property repoSlug : String def initialize(@orgSlug : String, @repoSlug : String) end def to_s "#{@orgSlug}/#{@repoSlug}" end end
GitFOSS • v0.2.0 (#50a2553) • MIT License