lib/fog/ecloud/models/compute/operating_system.rb in fog-1.22.0 vs lib/fog/ecloud/models/compute/operating_system.rb in fog-1.22.1

- old
+ new

@@ -5,10 +5,9 @@ identity :href attribute :name, :aliases => :Name attribute :type, :aliases => :Type - def id href.scan(/\d+/)[0] end end end