# File lib/lighthouse/tag_resource.rb, line 6
    def name
      @name ||= Tag.new(attributes['name'], prefix_options[:project_id])
    end