fog/fog-terremark

View on GitHub
lib/fog/compute/terremark/models/internetservice.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method save has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def save
          requires :Name, :Protocol, :Port
          if !public_ip_address_id
            #Create the first internet service and allocate public IP
            data = service.create_internet_service(
Severity: Minor
Found in lib/fog/compute/terremark/models/internetservice.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status