Sha256: 7f44d008e904eab6896669f76037ed50f533006bf0203f6e4e8465fb89684192

Contents?: true

Size: 341 Bytes

Versions: 24

Compression:

Stored size: 341 Bytes

Contents

module Fog
  module Rackspace
    class Orchestration
      class Real
        def preview_stack(options = {})
          request(
            :body     => Fog::JSON.encode(options),
            :expects  => [200],
            :method   => 'POST',
            :path     => 'stacks/preview'
          )
        end
      end
    end
  end
end

Version data entries

24 entries across 22 versions & 4 rubygems

Version Path
fog-1.29.0 lib/fog/rackspace/requests/orchestration/preview_stack.rb
fog-1.28.0 lib/fog/rackspace/requests/orchestration/preview_stack.rb
fog-1.27.0 lib/fog/rackspace/requests/orchestration/preview_stack.rb
fog-1.26.0 lib/fog/rackspace/requests/orchestration/preview_stack.rb