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