1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[opennebula] network: removed unnecessary constructor

This commit is contained in:
Achim Ledermüller 2014-06-05 16:29:33 +02:00
parent 1c767981b9
commit cee8c3ba2a

View file

@ -12,10 +12,6 @@ module Fog
attribute :description
attribute :vlan
def initialize(attributes = {})
super
end
def description
attributes[:description] || ""
end