# File lib/fog/hp/models/compute/security_groups.rb, line 12 def all items = connection.list_security_groups.body['security_groups'] load(items) end