Sha256: 3371bb43668f0965f4825cc272c87717601f72d6351ce62b8fe0f412cfc4bcc1
Contents?: true
Size: 328 Bytes
Versions: 44
Compression:
Stored size: 328 Bytes
Contents
module Fog module Volume class OpenStack module Real def action(id, data) request( :body => Fog::JSON.encode(data), :expects => [200, 202], :method => 'POST', :path => "volumes/#{id}/action" ) end end end end end
Version data entries
44 entries across 42 versions & 3 rubygems