riboseinc/digicert

View on GitHub
lib/digicert/request.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Request has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Request
    def initialize(http_method, end_point, params: {}, **attributes)
      @end_point = end_point
      @http_method = http_method
      @attributes = attributes
Severity: Minor
Found in lib/digicert/request.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status