# File lib/aws/ec2/network_acl.rb, line 90 def entries entry_set.map do |entry_details| Entry.new(self, entry_details) end end