Sha256: 97269e34ac031699ea912b9fdbbc90c4b30b04a1620e06d8da6fb267246368c7
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/vpn/storm_on_demand/requests/update_vpn.rb |
fog-storm_on_demand-0.0.1 | lib/fog/vpn/storm_on_demand/requests/update_vpn.rb |