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

Summary

Maintainability
A
1 hr
Test Coverage

Method post_configure_edge_gateway_services has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def post_configure_edge_gateway_services(id, configuration)
          unless data[:edge_gateways][id]
            raise Fog::Compute::VcloudDirector::Forbidden.new(
                      "No access to entity \"(com.vmware.vcloud.entity.edgegateway:#{id})\"."
                  )

    There are no issues that match your filters.

    Category
    Status