Sha256: c8d6dfbd753b40544bf5a96a3fa6a9137241e410786b3c98dcf7ada846964803

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

module Fog
  module Network
    class StormOnDemand
      class Real
        def list_network_ips(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/list_network_ips.rb
fog-storm_on_demand-0.0.1 lib/fog/network/storm_on_demand/requests/list_network_ips.rb