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