Parent

Methods

Files

Lighthouse::Tag

Attributes

project_id[RW]

Public Class Methods

new(s, project_id) click to toggle source
# File lib/lighthouse/tag.rb, line 8
def initialize(s, project_id)
  self.project_id = project_id
  super(s)
end

Public Instance Methods

tickets(options = {}) click to toggle source
# File lib/lighthouse/tag.rb, line 13
def tickets(options = {})
  options[:project_id] ||= project_id
  Ticket.find(:all, :params => options.merge(prefix_options).update(:q => %{tagged:"#{self}"}))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.