Returns the name of this report
Returns:
The name of this report
51 52 53
# File 'lib/metior/report.rb', line 51 def self.name class_variable_get(:@@name).to_s end