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