Sha256: 72ac56dcd9bef32e66e59615dffa9a2485714553abb4624837d67dc5905b2ec1
Contents?: true
Size: 442 Bytes
Versions: 20
Compression:
Stored size: 442 Bytes
Contents
module Fog module Compute class Google class Mock def get_route(_identity) Fog::Mock.not_implemented end end class Real # List address resources in the specified project # # @see https://cloud.google.com/compute/docs/reference/latest/routes/list def get_route(identity) @compute.get_route(@project, identity) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems