Sha256: f852f191f8703f2c94bda6f0813623871e583cd0239b593ad056cd53caa3109e
Contents?: true
Size: 288 Bytes
Versions: 22
Compression:
Stored size: 288 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
22 entries across 20 versions & 6 rubygems