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

Summary

Maintainability
A
1 hr
Test Coverage

Method get_current_session has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def get_current_session
          body =
            {:href => make_href('session/'),
             :type => 'application/vnd.vmware.vcloud.session+xml',
             :org => data[:org][:name],
Severity: Minor
Found in lib/fog/vcloud_director/requests/compute/get_current_session.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status