Class: JunitReportGenerator::SystemOut

Inherits:
Element
  • Object
show all
Defined in:
lib/junit_report_generator/elements/system_out.rb

Instance Attribute Summary

Attributes included from Elementary

#attributes

Class Method Summary collapse

Methods inherited from Element

create

Methods included from Elementary

#assemble_attributes, #method_missing, #update_attributes

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class JunitReportGenerator::Elementary

Class Method Details

.xml_tag_nameObject



6
7
8
# File 'lib/junit_report_generator/elements/system_out.rb', line 6

def xml_tag_name
  'system-out'
end