Sha256: cdc10c684ce099266fb4019ee2b7cee784f7c776c1320ddb8c5037ea7b913c49
Contents?: true
Size: 283 Bytes
Versions: 26
Compression:
Stored size: 283 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def list_templates(options = {}) request( :path => "/server/template/list", :body => Fog::JSON.encode(options) ) end end end end end
Version data entries
26 entries across 26 versions & 11 rubygems