Class: BugshelfAPI::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/bugshelf/bugshelf-api.rb

Instance Method Summary collapse

Methods inherited from Base

build_subclass, inherited

Instance Method Details

#issuesObject



46
47
48
49
50
# File 'lib/bugshelf/bugshelf-api.rb', line 46

def issues
  Issue.build_subclass.tap do |issue|
    issue.prefix = "/projects/#{self.project_key}/"
  end
end