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:
parent
1c767981b9
commit
cee8c3ba2a
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ module Fog
|
|||
attribute :description
|
||||
attribute :vlan
|
||||
|
||||
def initialize(attributes = {})
|
||||
super
|
||||
end
|
||||
|
||||
def description
|
||||
attributes[:description] || ""
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue