lib/fog/google/models/compute/routes.rb in fog-1.22.0 vs lib/fog/google/models/compute/routes.rb in fog-1.22.1
- old
+ new
@@ -2,11 +2,10 @@
require 'fog/google/models/compute/route'
module Fog
module Compute
class Google
-
class Routes < Fog::Collection
model Fog::Compute::Google::Route
def all
data = service.list_routes.body
@@ -19,9 +18,8 @@
end
rescue Fog::Errors::NotFound
nil
end
end
-
end
end
end