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