Sha256: 0288ed4cea5b415e8b1ffd69f9d4b20d60e9eebb0f92e92a921f89344a9947aa
Contents?: true
Size: 370 Bytes
Versions: 24
Compression:
Stored size: 370 Bytes
Contents
module Fog module Rackspace class Orchestration class Real def update_stack(stack, options = {}) request( :body => Fog::JSON.encode(options), :expects => [202], :method => 'PUT', :path => "stacks/#{stack.stack_name}/#{stack.id}" ) end end end end end
Version data entries
24 entries across 22 versions & 4 rubygems