inherited
330 331 332
# File 'lib/lighthouse.rb', line 330 def name @name ||= Tag.new(attributes['name'], prefix_options[:project_id]) end
334 335 336
# File 'lib/lighthouse.rb', line 334 def tickets(options = {}) name.tickets(options) end