lib/fog/rackspace/models/monitoring/entity.rb in fog-1.22.0 vs lib/fog/rackspace/models/monitoring/entity.rb in fog-1.22.1

- old
+ new

@@ -3,11 +3,10 @@ module Fog module Rackspace class Monitoring class Entity < Fog::Rackspace::Monitoring::Base - identity :id attribute :label attribute :metadata attribute :ip_addresses @@ -55,10 +54,9 @@ def destroy requires :id service.delete_entity(id) end - end end end end