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