# File lib/fog/compute/ecloud/models/server.rb, line 192 def nics c = hardware_configuration.network_cards c = c.is_a?(Hash) ? [c] : c @nics = c end