Method: Projects::Model::Project#setBugURL

Defined in:
lib/projects/model/Project.rb

#setBugURL(bugUrl) ⇒ Object

  • Set the bug URL.

Parameters

* bugUrl
  • URL for the bug.


418
419
420
# File 'lib/projects/model/Project.rb', line 418

def setBugURL(bugUrl)
	@bugUrl = bugUrl
end