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

Version Path
fog-maestrodev-1.7.0.20121114190951 lib/fog/storm_on_demand/requests/compute/list_templates.rb
fog-1.7.0 lib/fog/storm_on_demand/requests/compute/list_templates.rb
fog-1.6.0 lib/fog/storm_on_demand/requests/compute/list_templates.rb
fog-1.5.0 lib/fog/storm_on_demand/requests/compute/list_templates.rb
rackspace-fog-1.4.2 lib/rackspace-fog/storm_on_demand/requests/compute/list_templates.rb
fog-1.4.0 lib/fog/storm_on_demand/requests/compute/list_templates.rb