lib/fog/storm_on_demand/models/network/firewall.rb in fog-1.22.0 vs lib/fog/storm_on_demand/models/network/firewall.rb in fog-1.22.1
- old
+ new
@@ -1,20 +1,18 @@
require 'fog/core/model'
module Fog
module Network
class StormOnDemand
-
class Firewall < Fog::Model
attribute :allow
attribute :rules
attribute :ruleset
attribute :type
def initialize(attributes={})
super
end
-
end
end
end
end