Sha256: f88ce60f24e85e16cfa5fd47d7ee2e44838a1b5ef0448dbfba40e1534a8a5797
Contents?: true
Size: 278 Bytes
Versions: 29
Compression:
Stored size: 278 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def list_configs(options = {}) request( :path => "/storm/config/list", :body => MultiJson.encode(options) ) end end end end end
Version data entries
29 entries across 29 versions & 7 rubygems