theforeman/smart-proxy

View on GitHub
lib/proxy/bmc.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Proxy
  module BMC

    # Just a bunch of stubs
    def self.installed_providers?
    end

    def self.providers
    end

    def self.installed?(provider)
    end
  end
end