Sha256: a24cbb4dcd5b03e763dcb9d51b9d660599f01f7c0960aa2cbe7f272fd93e81c3

Contents?: true

Size: 292 Bytes

Versions: 22

Compression:

Stored size: 292 Bytes

Contents

module Fog
  module Compute
    class StormOnDemand
      class Real
        def list_templates(options = {})
          request(
            :path     => "/Storm/Template/list",
            :body     => Fog::JSON.encode(:params => options)
          )
        end
      end
    end
  end
end

Version data entries

22 entries across 20 versions & 6 rubygems

Version Path
ns-fog-1.22.2 lib/fog/storm_on_demand/requests/compute/list_templates.rb
fog-1.22.1 lib/fog/storm_on_demand/requests/compute/list_templates.rb