Class Lighthouse::Project
In: lib/lighthouse/project.rb
Parent: Base

Updating a Project

  project = Lighthouse::Project.find(44)
  project.name = "Lighthouse Issues"
  project.public = false
  project.save

Finding tickets

  project = Lighthouse::Project.find(44)
  project.tickets

Methods

bins   changesets   memberships   messages   milestones   tags   tickets  

Public Instance methods

[Validate]