inherited
350 351 352
# File 'lib/fresnel/lighthouse.rb', line 350 def name @name ||= Tag.new(attributes['name'], prefix_options[:project_id]) end
354 355 356
# File 'lib/fresnel/lighthouse.rb', line 354 def tickets(options = {}) name.tickets(options) end