Sha256: f286159872530629b23be208605fa73bbeaeeb8e828848b438ec6a1017af9de9
Contents?: true
Size: 498 Bytes
Versions: 39
Compression:
Stored size: 498 Bytes
Contents
module Fog module Rackspace class AutoScale class Real def execute_anonymous_webhook(capability_version, capability_hash) request( :expects => [202], :method => 'POST', :path => "execute/#{capability_version}/#{capability_hash}" ) end end class Mock def execute_anonymous_webhook(capability_version, capability_hash) response(:status => 202) end end end end end
Version data entries
39 entries across 37 versions & 6 rubygems