rubyjedi/soap4r

View on GitHub
lib/soap/rpc/driver.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Driver has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

class Driver
  include AttrProxy

  attr_proxy :endpoint_url, true
  attr_proxy :mapping_registry, true
Severity: Minor
Found in lib/soap/rpc/driver.rb - About 3 hrs to fix

    Method add_rpc_operation has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def add_rpc_operation(qname, soapaction, name, param_def, opt = {})
    Severity: Minor
    Found in lib/soap/rpc/driver.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status