Class: JunitReportGenerator::SystemOut
- Defined in:
- lib/junit_report_generator/elements/system_out.rb
Instance Attribute Summary
Attributes included from Elementary
Class Method Summary collapse
Methods inherited from Element
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_name ⇒ Object
6 7 8 |
# File 'lib/junit_report_generator/elements/system_out.rb', line 6 def xml_tag_name 'system-out' end |