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

- old
+ new

@@ -2,11 +2,10 @@ module Fog module Compute class Ecloud class Tasks < Fog::Ecloud::Collection - model Fog::Compute::Ecloud::Task identity :href attribute :other_links, :aliases => :Links attribute :total_count, :aliases => :TotalCount @@ -26,6 +25,5 @@ end end end end end -