Sha256: 775f49c9f942b77fb16c5e25b3142e8e054590660fe77bc7f9501863a52ab95c
Contents?: true
Size: 268 Bytes
Versions: 3
Compression:
Stored size: 268 Bytes
Contents
module Fog module StormOnDemand class Compute class Real def list_configs(options = {}) request( :path => "/storm/config/list", :body => options.to_json ) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems