Sha256: 8f7b6364ae0d9c6f72f8d95f52a817452501f49515a74d5882c08b8fa338b0c1
Contents?: true
Size: 330 Bytes
Versions: 24
Compression:
Stored size: 330 Bytes
Contents
module Fog module Rackspace class Orchestration class Real def create_stack(options={}) request( :body => Fog::JSON.encode(options), :expects => [201], :method => 'POST', :path => "stacks" ) end end end end end
Version data entries
24 entries across 22 versions & 4 rubygems