29 30 31
# File 'lib/meta_reports/data.rb', line 29 def id @hash[:id] || @hash[:title].to_s.downcase.gsub(/[^a-z]/,'_') || @id end