Sha256: 261b7c0ce36d03581b2e6561099b983322fceb950c016dd8325ee16757bdb5b6
Contents?: true
Size: 411 Bytes
Versions: 1
Compression:
Stored size: 411 Bytes
Contents
module Fog module Compute class Brightbox class Real def list_load_balancers(options = {}) request( :expects => [200], :method => 'GET', :path => "/1.0/load_balancers", :headers => {"Content-Type" => "application/json"}, :body => MultiJson.encode(options) ) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-0.10.0 | lib/fog/compute/requests/brightbox/list_load_balancers.rb |