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