# File lib/fog/ecloud/mock_data_classes.rb, line 397 def items @items ||= _parent.usable_subnet_ips.inject({}) do |out, subnet_ip| out.update(subnet_ip => MockNetworkIp.new({ :ip => subnet_ip }, self)) end end
Generated with the Darkfish Rdoc Generator 2.