riboseinc/digicert

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language