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

Version Path
fog-0.8.2 lib/fog/compute/requests/storm_on_demand/list_images.rb
fog-0.8.1 lib/fog/compute/requests/storm_on_demand/list_images.rb
fog-0.8.0 lib/fog/compute/requests/storm_on_demand/list_images.rb