Sha256: 844a2fb42c2a9a8fe996bd715d2ae917633f5ff639d135b157c2f571a5ff79a2
Contents?: true
Size: 277 Bytes
Versions: 15
Compression:
Stored size: 277 Bytes
Contents
module Fog module Network class StormOnDemand class Real def get_pool(options={}) request( :path => '/Network/Pool/details', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems