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