We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03543ed commit b17b18fCopy full SHA for b17b18f
1 file changed
lib/softlayer/VLANFirewall.rb
@@ -17,7 +17,7 @@ module SoftLayer
17
# As a result, instances of this class correspond to certain instances
18
# in the SoftLayer_Network_Vlan service.
19
#
20
- class VLANFirewall < SoftLayer::ModelBase
+ class VLANFirewall < SoftLayer::ModelBase
21
include ::SoftLayer::DynamicAttribute
22
23
##
@@ -219,7 +219,6 @@ def self.find_firewalls(client = nil)
219
vlan_firewalls.collect { |firewall_data| SoftLayer::VLANFirewall.new(softlayer_client, firewall_data)}
220
end
221
222
-
223
#--
224
# Methods for the SoftLayer model
225
#++
@@ -277,4 +276,4 @@ def self.default_rules_mask_keys
277
276
'version']
278
279
end # class Firewall
280
-end # module SoftLayer
+end # module SoftLayer
0 commit comments