fog/fog-openstack

View on GitHub
lib/fog/openstack/container_infra/requests/list_bay_models.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method list_bay_models has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def list_bay_models
          response = Excon::Response.new
          response.status = 200
          response.body = {
            "baymodels" => [
Severity: Minor
Found in lib/fog/openstack/container_infra/requests/list_bay_models.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status