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