Sha256: 084860a12d49463f9628697210580c3f4300b22f05eed9b9d4d329df201105d2
Contents?: true
Size: 284 Bytes
Versions: 2
Compression:
Stored size: 284 Bytes
Contents
module Fog module Network class StormOnDemand class Real def request_new_ips(options = {}) request( :path => '/Network/IP/request', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/network/storm_on_demand/requests/request_new_ips.rb |
fog-storm_on_demand-0.0.1 | lib/fog/network/storm_on_demand/requests/request_new_ips.rb |