Fullscreen/yt

View on GitHub
lib/yt/request.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  class Request
    # Initializes a Request object.
    # @param [Hash] options the options for the request.
    # @option options [String, Symbol] :method (:get) The HTTP method to use.
    # @option options [Class] :expected_response (Net::HTTPSuccess) The class
Severity: Minor
Found in lib/yt/request.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status