lib/fog/storm_on_demand/models/compute/server.rb in fog-1.22.0 vs lib/fog/storm_on_demand/models/compute/server.rb in fog-1.22.1

- old
+ new

@@ -1,11 +1,10 @@ require 'fog/compute/models/server' module Fog module Compute class StormOnDemand - class Server < Fog::Compute::Server identity :uniq_id attribute :accnt attribute :active @@ -84,11 +83,9 @@ def update(options) requires :identity service.update_server({:uniq_id => identity}.merge!(options)).body end - end - end end end