# File lib/cimi/model/network_configuration_collection.rb, line 24 def self.default(context) self.new( :uri => context.network_configurations_url, :name => 'default', :created => Time.now, :description => "#{context.driver.name.capitalize} NetworkConfigurationCollection", :network_configurations => NetworkConfiguration.all(context).map { |c| { :href => c.uri } } ) end