Class: RuboCop::Formatter::JUnitFormatter::FailureElement
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/rubocop/formatter/junit_formatter.rb |
Class Method Summary
- .new(type:, message:, text:) ⇒ FailureElement constructor
Instance Attribute Summary
Instance Attribute Details
#message (readonly)
[ GitHub ]#text (readonly)
[ GitHub ]# File 'lib/rubocop/formatter/junit_formatter.rb', line 133
attr_reader :type, :, :text
#type (readonly)
[ GitHub ]# File 'lib/rubocop/formatter/junit_formatter.rb', line 133
attr_reader :type, :, :text