Sha256: f0f363ef2470671b0bc04ebc6014a45890136879c0d08cc9ca041867fda4e3b5
Contents?: true
Size: 265 Bytes
Versions: 2
Compression:
Stored size: 265 Bytes
Contents
module Fog module VPN class StormOnDemand class Real def get_vpn(options = {}) request( :path => '/VPN/details', :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/get_vpn.rb |
fog-storm_on_demand-0.0.1 | lib/fog/vpn/storm_on_demand/requests/get_vpn.rb |