inherited
6 7 8
# File 'lib/lighthouse/tag_resource.rb', line 6 def name @name ||= Tag.new(attributes['name'], prefix_options[:project_id]) end
10 11 12
# File 'lib/lighthouse/tag_resource.rb', line 10 def tickets(options = {}) name.tickets(options) end