Class: JunitReportGenerator::Properties
- Defined in:
- lib/junit_report_generator/elements/properties.rb
Instance Attribute Summary
Attributes included from Elementary
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Properties
constructor
A new instance of Properties.
Methods inherited from Element
Methods included from Elementary
#assemble_attributes, #method_missing, #update_attributes
Constructor Details
#initialize ⇒ Properties
Returns a new instance of Properties.
7 8 9 |
# File 'lib/junit_report_generator/elements/properties.rb', line 7 def initialize register end |
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
12 13 14 |
# File 'lib/junit_report_generator/elements/properties.rb', line 12 def xml_tag_name 'properties' end |