Sha256: 83749cd93e41040b859eaf3157b9f8350d80c8e11fccd54a11971bef09b8b7b2
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
module Fog module Network class StormOnDemand class Real def get_ip_details(options = {}) request( :path => '/Network/IP/list', :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_ip_details.rb |
fog-storm_on_demand-0.0.1 | lib/fog/network/storm_on_demand/requests/get_ip_details.rb |