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