lib/fog/vcloud_director/requests/compute/get_vdc.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Method get_vdc has 124 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def get_vdc(vdc_id)
          response = Excon::Response.new

          unless vdc = data[:vdcs][vdc_id]
            raise Fog::Compute::VcloudDirector::Forbidden.new(
Severity: Major
Found in lib/fog/vcloud_director/requests/compute/get_vdc.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status