Sha256: 125fb4a237a426092d524b90b1d5aa47bc30e04249cbdcb2e188371fd086ab1e
Contents?: true
Size: 289 Bytes
Versions: 51
Compression:
Stored size: 289 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def list_configs(options = {}) request( :path => "/storm/config/list", :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
51 entries across 51 versions & 3 rubygems