JeanMertz/zend

View on GitHub
lib/zend/auth.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  class Auth
    class << self
      def api
        @api ||= ZendeskAPI::Client.new do |config|
          config.url = "https://#{domain}/api/v2"
Severity: Minor
Found in lib/zend/auth.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status