Sha256: af24d2fc1284a8f01966e10075e588efb6d9dc750c475039d989586a9fcee0fb
Contents?: true
Size: 383 Bytes
Versions: 100
Compression:
Stored size: 383 Bytes
Contents
module Fog module Compute class RackspaceV2 class Real def list_networks request(:method => 'GET', :path => 'os-networksv2', :expects => 200) end end class Mock def list_networks networks = self.data[:networks].values response(:body => { 'networks' => networks }) end end end end end
Version data entries
100 entries across 98 versions & 11 rubygems