prodis/correios-sro-xml

View on GitHub
lib/correios/sro/request_builder.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method build_xml has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def build_xml
        Nokogiri::XML::Builder.new do |builder|
          builder[:soapenv].Envelope(NAMESPACES) {
            builder[:soapenv].Header  { }
            builder[:soapenv].Body  {
Severity: Minor
Found in lib/correios/sro/request_builder.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status