fog/fog-openstack

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

Summary

Maintainability
A
1 hr
Test Coverage

Method list_cluster_templates has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def list_cluster_templates
          response = Excon::Response.new
          response.status = 200
          response.body = {
            "clustertemplates" => [

    There are no issues that match your filters.

    Category
    Status