lib/fog/rackspace/models/auto_scale/policy.rb in fog-1.20.0 vs lib/fog/rackspace/models/auto_scale/policy.rb in fog-1.21.0

- old
+ new

@@ -5,11 +5,11 @@ module Rackspace class AutoScale class Policy < Fog::Model # @!attribute [r] id - # @return [String] The policy id + # @return [String] The policy id identity :id # @!attribute [r] group # @return [Group] The autoscale group attribute :group @@ -88,11 +88,11 @@ attributes[:group] = group.is_a?(Group) ? group : service.groups.new(:id => group) end # Creates policy # * requires attributes: :name, :type, :cooldown - # + # # @return [Boolean] returns true if policy is being created # # @raise [Fog::Rackspace::AutoScale:::NotFound] - HTTP 404 # @raise [Fog::Rackspace::AutoScale:::BadRequest] - HTTP 400 # @raise [Fog::Rackspace::AutoScale:::InternalServerError] - HTTP 500 @@ -217,6 +217,6 @@ end end end end -end \ No newline at end of file +end