Class: ForemanIpam::Phpipam
- Inherits:
-
Object
- Object
- ForemanIpam::Phpipam
- Defined in:
- lib/foreman_ipam/phpipam.rb
Class Method Summary collapse
Class Method Details
.proxy ⇒ Object
3 4 5 6 |
# File 'lib/foreman_ipam/phpipam.rb', line 3 def self.proxy external_ipam_proxy = SmartProxy.with_features('External IPAM').first ProxyAPI::ExternalIpam.new({:url => external_ipam_proxy[:url]}) end |