Sha256: 14baabdbb2daa6a315c6d24bfac8a0393e2ff7a2a8696aafa96683dab80f8502
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
module Fog module Network class StormOnDemand class Real def get_private_ip(options = {}) request( :path => '/Network/Private/getIP', :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/network/storm_on_demand/requests/get_private_ip.rb |
fog-storm_on_demand-0.0.1 | lib/fog/network/storm_on_demand/requests/get_private_ip.rb |