Sha256: 1091c31b9fcc3af6740a986da046d5c23a0d3324e3f9b5d7f532d60538a16d6c
Contents?: true
Size: 385 Bytes
Versions: 12
Compression:
Stored size: 385 Bytes
Contents
module Fog module Brightbox class Compute class Real def list_images(options = {}) request( :expects => [200], :method => 'GET', :path => "/1.0/images", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems