Sha256: a1f01d4e3e4092aa9b40699f71e0f77c61e2e873660a6385454faf141c6e6682
Contents?: true
Size: 287 Bytes
Versions: 15
Compression:
Stored size: 287 Bytes
Contents
module Fog module Network class StormOnDemand class Real def remove_ip_from_server(options={}) request( :path => '/Network/IP/remove', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems