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