Sha256: 4f353b1bc12150935d7da6f9fe17da115f04c3790206c19b45fc7cede47f5cff
Contents?: true
Size: 292 Bytes
Versions: 26
Compression:
Stored size: 292 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def get_server(options = {}) request( :path => "/storm/server/details", :body => Fog::JSON.encode({:params => options}) ) end end end end end
Version data entries
26 entries across 26 versions & 11 rubygems