Sha256: c4c3bd8e9a5310209b428226badff4bf9a5f6e0310b3864153ab6fb544aa4b75
Contents?: true
Size: 324 Bytes
Versions: 4
Compression:
Stored size: 324 Bytes
Contents
module Fog module Compute class Gridscale class Real def locations_get(filters={}) request( :expects => [200], :method => 'GET', :path => "/objects/locations", :query => filters ) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems