class RuboCop::Formatter::JUnitFormatter::FailureElement

:nodoc:

def initialize(type:, message:, text:)

def initialize(type:, message:, text:)
  @type = type
  @message = message
  @text = text
end