lib/fog/rackspace/models/auto_scale/group.rb in fog-1.22.0 vs lib/fog/rackspace/models/auto_scale/group.rb in fog-1.22.1
- old
+ new
@@ -5,11 +5,10 @@
module Fog
module Rackspace
class AutoScale
class Group < Fog::Model
-
# @!attribute [r] id
# @return [String] The autoscale group's id
identity :id
# @!attribute [r] links
@@ -198,10 +197,9 @@
if service && attrs
model.merge_attributes(attrs)
end
model
end
-
end
end
end
end